Log: add ShowSettings command, rework Set command, #601

Make more strings translateable, #1354
This commit is contained in:
Alexey Sokolov
2017-09-07 23:35:18 +01:00
parent 408e6e9f01
commit d51159a330
11 changed files with 173 additions and 113 deletions
+2 -1
View File
@@ -73,7 +73,8 @@ class CRejoinMod : public CModule {
if ((i == 0 && sArgs == "0") || i > 0)
delay = i;
else {
sErrorMsg = "Illegal argument, must be a positive number or 0";
sErrorMsg =
t_s("Illegal argument, must be a positive number or 0");
return false;
}
}