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:
@@ -141,7 +141,7 @@ class CKeepNickMod : public CModule {
|
||||
}
|
||||
|
||||
EModRet OnUserRaw(CString& sLine) override {
|
||||
// We dont care if we are not connected to IRC
|
||||
// We don't care if we are not connected to IRC
|
||||
if (!GetNetwork()->IsIRCConnected()) return CONTINUE;
|
||||
|
||||
// We are trying to get the config nick and this is a /nick?
|
||||
|
||||
Reference in New Issue
Block a user