Remove rollcall from rollcall command list

This commit is contained in:
Robert Miles 2018-12-15 01:23:44 -05:00
parent 35cf78f23e
commit fd668a6124
1 changed files with 1 additions and 1 deletions

View File

@ -8,4 +8,4 @@ def admin(bot,channel,nick,subcmd,*args):
@plugin.command("rollcall")
def rollcall(bot,channel,nick,*args):
bot.say(channel,nick+": Hi! I'm minerbot! Commands: {}".format(", ".join("!"+cmd for cmd in plugin.cmds)))
bot.say(channel,nick+": Hi! I'm minerbot! Commands: {}".format(", ".join("!"+cmd for cmd in plugin.cmds if cmd!=bot.cmd)))