1
0
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:
Adam
2011-08-02 22:39:14 -04:00
parent 09f5591aba
commit 42f954ff7d
4 changed files with 3 additions and 7 deletions
+1 -1
View File
@@ -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;
}