rmmh / skybot

Python IRC bot
https://github.com/rmmh/skybot/wiki
The Unlicense
249 stars 170 forks source link

Added optional replies using NOTICE #144

Closed socram8888 closed 8 years ago

socram8888 commented 8 years ago

Eases replies using NOTICEs by adding a new argument to @hook.command: @hook.command(notice=True)

By default it won't, so it's backwards-compatible.

rmmh commented 8 years ago

I prefer passing functions and calling them explicitly. See how plugins/misc.py:version works.