ircbot: add help as another command

This commit is contained in:
Martin/Geno 2018-08-23 13:22:00 +02:00
parent d71ce499b3
commit 3c123c1fcd
No known key found for this signature in database
GPG Key ID: 9D7D3C6BFF600C6A
1 changed files with 1 additions and 1 deletions

View File

@ -53,6 +53,6 @@ def check_status(bot, human=False):
def interval_check_status(bot):
check_status(bot)
@sopel.module.commands('status')
@sopel.module.commands('status','help')
def cmd_check_status(bot, trigger):
check_status(bot, True)