mirror of
https://github.com/anope/anope.git
synced 2026-06-30 14:06:38 +02:00
Rewrote some of the opertype system, added os_login
This commit is contained in:
@@ -30,7 +30,7 @@ class CommandCSList : public Command
|
||||
Anope::string pattern = params[0];
|
||||
unsigned nchans;
|
||||
char buf[BUFSIZE];
|
||||
bool is_servadmin = u->Account()->HasCommand("chanserv/list");
|
||||
bool is_servadmin = u->HasCommand("chanserv/list");
|
||||
int count = 0, from = 0, to = 0;
|
||||
bool forbidden = false, suspended = false, channoexpire = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user