1
0
mirror of https://github.com/anope/anope.git synced 2026-06-29 22:06:37 +02:00

Fixed build from the previous merge

This commit is contained in:
Adam
2012-04-24 16:02:07 -04:00
parent 3d84dc91f6
commit 2370c16f1e
8 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ class PlexusProto : public IRCDProto
if (uc != NULL)
uc->Status->ClearFlags();
const BotInfo *setter = findbot(user->nick);
BotInfo *setter = findbot(user->nick);
for (unsigned i = 0; i < ModeManager::ChannelModes.size(); ++i)
if (cs.HasFlag(ModeManager::ChannelModes[i]->Name))
c->SetMode(setter, ModeManager::ChannelModes[i], user->nick, false);