minerbot-phoenix/plugins/test.py

6 lines
118 B
Python

import plugin
@plugin.command("test","Just a test")
def test(bot,channel,nick,*args):
print(bot,channel,nick,*args)