-
Notifications
You must be signed in to change notification settings - Fork 2
Notes
gkistler edited this page Aug 22, 2011
·
62 revisions
- Consider PRIORITY
- Consider hooking send events
- Module mapping declarations, currently look like:
mappings = (Mapping(type=["privmsg"], command="alias", function=alias),)Consider changing this to something like phenny?
def modulefunction(event, botinst, db):
pass
modulefunction.name = 'examplecommand'
modulefunction.type = ('all',)
modulefunction.command = 'example'- More to come