mirror of
https://github.com/znc/znc.git
synced 2026-08-08 01:43:03 +02:00
Log: add ShowSettings command, rework Set command, #601
Make more strings translateable, #1354
This commit is contained in:
@@ -52,9 +52,9 @@ class CFailToBanMod : public CModule {
|
||||
} else if (timeout == 0 || m_uiAllowedFailed == 0 ||
|
||||
!sArgs.Token(2, true).empty()) {
|
||||
sMessage =
|
||||
"Invalid argument, must be the number of minutes "
|
||||
"IPs are blocked after a failed login and can be "
|
||||
"followed by number of allowed failed login attempts";
|
||||
t_s("Invalid argument, must be the number of minutes IPs are "
|
||||
"blocked after a failed login and can be followed by "
|
||||
"number of allowed failed login attempts");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user