-
Notifications
You must be signed in to change notification settings - Fork 2
Notes
Clam- edited this page Oct 2, 2014
·
62 revisions
IRC Codes reference ("Best reference"): https://www.alien.net.au/irc/irc2numerics.html
Testing
python c:\Python27\Scripts\trial.py pyBurlyBot
run from parent dir
100% broken and bad atm, Linksys pls
- Reconsider auto alias adding sometime... Maybe make this optional
- lol for butt module, make a bestofbutts
Maybe wrap the wrappa Done.
- Tell preprocessing (I don't actually remember what this means)
dispatchtest if it gets removed and you really need it:
#dispatchtest
from util import Mapping
def test_things(event, botinst):
print "%s Dispatched. Prefix: '%s' Params: '%s'" % (event.type, event.prefix, event.params)
#mappings to methods
mappings = (Mapping(types=["privmsged", "NOTICE",
"RPL_WELCOME", "JOIN", "PART", "MODE", "noticed", "NICK", "KICK", "TOPIC", "RPL_TOPIC", "RPL_NOTOPIC", "RPL_ENDOFMOTD",
"RPL_NAMREPLY", "RPL_ENDOFNAMES", "RPL_YOURHOST", "042"], function=test_things),)
