mirror of
https://github.com/anope/anope.git
synced 2026-07-06 03:53:13 +02:00
Fixed reintroducing our clients if we disconnect and reconnect to the uplink
This commit is contained in:
@@ -420,7 +420,7 @@ class BahamutIRCdMessage : public IRCdMessage
|
||||
ChannelMode *cm = ModeManager::FindChannelModeByChar(ch);
|
||||
if (!cm)
|
||||
{
|
||||
Log() << "Receeved unknown mode prefix " << cm << " in SJOIN string";
|
||||
Log() << "Received unknown mode prefix " << cm << " in SJOIN string";
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user