Ben Kurtovic
|
3405845303
|
minor fixes, cleanup, and general improvements
|
13 years ago |
Ben Kurtovic
|
9237a7ed9e
|
all IRC commands should work now; renamed tasks.py to threads.py to avoid conflicting with bot/tasks/
|
13 years ago |
Ben Kurtovic
|
af2e01a330
|
fixing imports in IRC commands
|
13 years ago |
Ben Kurtovic
|
68af0e796f
|
restructuring everything for unit tests, etc; bot doesn't work anymore, but I'll fix that in a bit
|
13 years ago |
Ben Kurtovic
|
7311ae4bb8
|
switching from XML config to JSON config - it's just much easier to parse and little easier on the eyes (not to mention shorter in length)
|
13 years ago |
Ben Kurtovic
|
a06e35ecef
|
moving IRC class modules (base_command.py, connection.py, data.py, rc.py) to irc/classes/
|
13 years ago |
Ben Kurtovic
|
e21a4dfb76
|
converting four IRC command classes to use new config system; everything's been converted except for irc/watcher.py and everything in wiki/
|
13 years ago |
Ben Kurtovic
|
83a5d04624
|
nicer syntax
|
13 years ago |
Ben Kurtovic
|
2350ba9cef
|
config/irc_config.py -> config/irc.py; secure_config.py -> secure.py; update in files
|
13 years ago |
Ben Kurtovic
|
eee571879c
|
commands now support multiple hooks
|
13 years ago |
Ben Kurtovic
|
9e3c105b0f
|
converting commands to use new BaseCommand class
|
13 years ago |
Ben Kurtovic
|
38ca184268
|
adding channel operation functions (voice, devoice, op, deop)
separate owners and admins in config
fix incomplete docstring in watcher.py
|
13 years ago |