juju/plugins/rollcall.py

8 lines
392 B
Python
Raw Normal View History

from pinhook import plugin as p
# !rollcall
@p.command('!rollcall', help_text="The rollcall command to introduce the bot to newcomers")
def rollcall(msg):
out = "Beep boop, i'm a bot from jmjl. I currently can show you the date join and leave channels, if you need more, be sure to make a pr on git~town/jmjl/juju. I also have current music but that's broken."
return p.message(out)