Show admins which are !away in !admins
This commit is contained in:
parent
f164c51de0
commit
da0681b90d
@ -2683,7 +2683,7 @@ def show_admins(cli, nick, chan, rest):
|
|||||||
if not var.ADMIN_PINGING:
|
if not var.ADMIN_PINGING:
|
||||||
return
|
return
|
||||||
if (is_admin(cloak) and 'G' not in status and
|
if (is_admin(cloak) and 'G' not in status and
|
||||||
user != botconfig.NICK and cloak not in var.AWAY):
|
user != botconfig.NICK):
|
||||||
admins.append(user)
|
admins.append(user)
|
||||||
|
|
||||||
@hook("endofwho", hookid = 4)
|
@hook("endofwho", hookid = 4)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user