Skip to content

Commit eb7f402

Browse files
stonedDiscordstoned
andauthored
testimony message (#426)
Co-authored-by: stoned <stoned@derpymail.org>
1 parent 212cc1e commit eb7f402

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/commands/casing.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,12 +113,12 @@ void AOClient::cmdTestify(int argc, QStringList argv)
113113

114114
AreaData *l_area = server->getAreaById(areaId());
115115
if (l_area->testimonyRecording() == AreaData::TestimonyRecording::RECORDING) {
116-
sendServerMessage("Testimony recording is already in progress. Please stop it with /end before starting a new one.");
116+
sendServerMessage("Testimony recording is already in progress. Please stop it with /pause before starting a new one.");
117117
}
118118
else {
119119
clearTestimony();
120120
l_area->setTestimonyRecording(AreaData::TestimonyRecording::RECORDING);
121-
sendServerMessage("Started testimony recording. The next IC message will be a title. Use /end to stop recording.");
121+
sendServerMessage("Started testimony recording. The next IC message will be a title. Use /pause to stop recording.");
122122
}
123123
}
124124

@@ -140,7 +140,7 @@ void AOClient::cmdExamine(int argc, QStringList argv)
140140
}
141141
}
142142
else {
143-
sendServerMessage("Unable to start replay without prior testimony. Use /testify to start Or load a testimony with /loadtestimony.");
143+
sendServerMessage("Unable to start replay without prior testimony. Use /testify to start or load a testimony with the command: /loadtestimony.");
144144
}
145145
}
146146

0 commit comments

Comments
 (0)