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/unreal.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/protocol/unreal.cpp') diff --git a/modules/protocol/unreal.cpp b/modules/protocol/unreal.cpp index fef8633a9..2ec4a3b2c 100644 --- a/modules/protocol/unreal.cpp +++ b/modules/protocol/unreal.cpp @@ -179,7 +179,7 @@ class UnrealIRCdProto : 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