From 2370c16f1e9d395e47fc8963b1c301dff160c547 Mon Sep 17 00:00:00 2001 From: Adam Date: Tue, 24 Apr 2012 16:02:07 -0400 Subject: Fixed build from the previous merge --- modules/protocol/plexus.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/protocol/plexus.cpp') diff --git a/modules/protocol/plexus.cpp b/modules/protocol/plexus.cpp index d81dda874..542589f50 100644 --- a/modules/protocol/plexus.cpp +++ b/modules/protocol/plexus.cpp @@ -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); -- cgit