minor tweaks

This commit is contained in:
neersighted 2012-03-13 11:53:04 -07:00
parent fa1bcb58a4
commit d08a64c0ad
2 changed files with 2 additions and 1 deletions

View file

@ -10,6 +10,7 @@ import re
@hook.command("owners", autohelp=False)
@hook.command(autohelp=False)
def admins(inp, bot=None):
".admins -- Lists the bot's admins."
admins = bot.config["admins"]
return ", ".join(admins)