This commit is contained in:
Luke Rogers 2012-03-23 13:22:23 +13:00
parent ffbeab7e14
commit e7d69e63c0

View file

@ -12,7 +12,7 @@ def admins(inp, bot=None):
".admins -- Lists the bot's admins."
admins = bot.config["admins"]
return ", ".join(admins)
@hook.command(autohelp=False)
def channels(inp, conn=None):