mirror of
https://github.com/znc/znc.git
synced 2026-08-06 17:03:14 +02:00
sasl: don't forward 908 numeric to clienT
This commit is contained in:
@@ -283,6 +283,8 @@ class CSASLMod : public CModule {
|
||||
m_bAuthenticated = true;
|
||||
GetNetwork()->GetIRCSock()->ResumeCap();
|
||||
DEBUG("sasl: Received 907 -- We are already registered");
|
||||
} else if (msg.GetCode() == 908) {
|
||||
return HALT;
|
||||
} else {
|
||||
return CONTINUE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user