mirror of
https://github.com/anope/anope.git
synced 2026-07-02 15:33:13 +02:00
Rewrote some of the opertype system, added os_login
This commit is contained in:
@@ -42,7 +42,7 @@ class CommandCSInfo : public Command
|
||||
User *u = source.u;
|
||||
ChannelInfo *ci = source.ci;
|
||||
|
||||
bool has_auspex = u->IsIdentified() && u->Account()->HasPriv("chanserv/auspex");
|
||||
bool has_auspex = u->IsIdentified() && u->HasPriv("chanserv/auspex");
|
||||
bool show_all = false;
|
||||
|
||||
if (ci->HasFlag(CI_FORBIDDEN))
|
||||
|
||||
Reference in New Issue
Block a user