mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Fixed few misspellings
This commit is contained in:
@@ -938,7 +938,7 @@ bool CIRCSock::OnNumericMessage(CNumericMessage& Message) {
|
||||
}
|
||||
case 451:
|
||||
// :irc.server.com 451 CAP :You have not registered
|
||||
// Servers that dont support CAP will give us this error, dont send
|
||||
// Servers that don't support CAP will give us this error, don't send
|
||||
// it to the client
|
||||
if (sNick.Equals("CAP")) return true;
|
||||
case 470: {
|
||||
|
||||
Reference in New Issue
Block a user