mirror of
https://github.com/anope/anope.git
synced 2026-07-07 05:53:13 +02:00
Set access masks to the case of the nick they match, if any
This commit is contained in:
@@ -130,6 +130,9 @@ class CommandCSFlags : public Command
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
if (na)
|
||||
mask = na->nick;
|
||||
}
|
||||
|
||||
ChanAccess *current = NULL;
|
||||
|
||||
Reference in New Issue
Block a user