mirror of
https://github.com/znc/znc.git
synced 2026-05-01 19:12:31 +02:00
More translateable strings, ref #1354
This commit is contained in:
@@ -56,8 +56,8 @@ class CBlockMotd : public CModule {
|
||||
|
||||
if (sCmd == "376" /* End of MOTD */) {
|
||||
if (!ShouldTemporarilyAcceptMotd()) {
|
||||
sLine = sLine.Token(0) + " 422 " + sLine.Token(2) +
|
||||
" :MOTD blocked by ZNC";
|
||||
sLine = sLine.Token(0) + " 422 " + sLine.Token(2) + " :" +
|
||||
t_s("MOTD blocked by ZNC");
|
||||
}
|
||||
StopTemporarilyAcceptingMotd();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user