mirror of
https://github.com/znc/znc.git
synced 2026-05-05 21:12:37 +02:00
block_motd: Command names should be uppercase
This commit is contained in:
@@ -42,9 +42,9 @@ class CBlockMotd : public CModule {
|
||||
const CString sServer = sLine.Token(1);
|
||||
|
||||
if (sServer.empty()) {
|
||||
PutIRC("motd");
|
||||
PutIRC("MOTD");
|
||||
} else {
|
||||
PutIRC("motd " + sServer);
|
||||
PutIRC("MOTD " + sServer);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user