diff options
author | Adam <Adam@anope.org> | 2011-08-02 22:39:14 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-08-02 22:39:14 -0400 |
commit | 42f954ff7dcfe5a8369c1c5c87cb33b0a1ec9979 (patch) | |
tree | b59b12d1398a8631e17d1a3ef032f4860515e907 /modules/protocol/bahamut.cpp | |
parent | 09f5591abac6b29b7c2b41b4747c2b523efa6c63 (diff) |
Fixed reintroducing our clients if we disconnect and reconnect to the uplink
Diffstat (limited to 'modules/protocol/bahamut.cpp')
-rw-r--r-- | modules/protocol/bahamut.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/protocol/bahamut.cpp b/modules/protocol/bahamut.cpp index ece676f22..67efb0953 100644 --- a/modules/protocol/bahamut.cpp +++ b/modules/protocol/bahamut.cpp @@ -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; } |