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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user