test
This commit is contained in:
parent
c546b0bee2
commit
dba9c21b4c
@ -13,6 +13,12 @@ def sb_test_commands(bot, trigger):
|
|||||||
bot.say("%s" % trigger.raw)
|
bot.say("%s" % trigger.raw)
|
||||||
|
|
||||||
|
|
||||||
|
@plugin.nickname_command('command_groups')
|
||||||
|
def sb_test_command_groups(bot, trigger):
|
||||||
|
|
||||||
|
sb.osd(str(bot.command_groups.keys()), trigger.sender)
|
||||||
|
|
||||||
|
|
||||||
@prerun()
|
@prerun()
|
||||||
@plugin.nickname_command('commands')
|
@plugin.nickname_command('commands')
|
||||||
def sopel_commands(bot, trigger):
|
def sopel_commands(bot, trigger):
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user