ircbot: add help as another command
This commit is contained in:
parent
d71ce499b3
commit
3c123c1fcd
1 changed files with 1 additions and 1 deletions
|
@ -53,6 +53,6 @@ def check_status(bot, human=False):
|
||||||
def interval_check_status(bot):
|
def interval_check_status(bot):
|
||||||
check_status(bot)
|
check_status(bot)
|
||||||
|
|
||||||
@sopel.module.commands('status')
|
@sopel.module.commands('status','help')
|
||||||
def cmd_check_status(bot, trigger):
|
def cmd_check_status(bot, trigger):
|
||||||
check_status(bot, True)
|
check_status(bot, True)
|
||||||
|
|
Loading…
Reference in a new issue