mirror of
https://github.com/anope/anope.git
synced 2026-07-05 22:53:13 +02:00
Send uids everywhere when setting modes on clients
This commit is contained in:
@@ -55,9 +55,9 @@ class CommandModeBase : public Command
|
||||
else
|
||||
{
|
||||
if (set)
|
||||
c->SetMode(NULL, cm, u2->nick);
|
||||
c->SetMode(NULL, cm, u2->GetUID());
|
||||
else
|
||||
c->RemoveMode(NULL, cm, u2->nick);
|
||||
c->RemoveMode(NULL, cm, u2->GetUID());
|
||||
|
||||
Log(LOG_COMMAND, source, com, ci) << "for " << u2->nick;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user