Let's go with NOT trying to be clever

This commit is contained in:
Ryan Schmidt 2016-07-07 12:28:32 -07:00 committed by GitHub
parent f6f05db7cc
commit 8aede6d01d

View File

@ -9069,10 +9069,7 @@ def show_admins(cli, nick, chan, rest):
hook.unhook(4)
var.ADMIN_PINGING = False
if nick == chan:
cli.who(botconfig.CHANNEL)
else:
cli.who(chan)
cli.who(botconfig.CHANNEL)
@cmd("coin", pm=True)
def coin(cli, nick, chan, rest):