mirror of
https://github.com/znc/znc.git
synced 2026-08-09 02:12:56 +02:00
Log: add ShowSettings command, rework Set command, #601
Make more strings translateable, #1354
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user