mirror of
https://github.com/anope/anope.git
synced 2026-07-06 09:33:13 +02:00
Core prep for p10 stuff
This commit is contained in:
@@ -67,7 +67,7 @@ class PlexusProto : public IRCDProto
|
||||
if (uc != NULL)
|
||||
uc->status.Clear();
|
||||
|
||||
BotInfo *setter = BotInfo::Find(user->nick);
|
||||
BotInfo *setter = BotInfo::Find(user->GetUID());
|
||||
for (size_t i = 0; i < cs.Modes().length(); ++i)
|
||||
c->SetMode(setter, ModeManager::FindChannelModeByChar(cs.Modes()[i]), user->GetUID(), false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user