aboutsummaryrefslogtreecommitdiff
path: root/modules/line_handler.py
Commit message (Expand)AuthorAgeFilesLines
* raw.* events should be call_unsafeGravatar jesopo2018-10-061-1/+1
* 'mode_prefixes' -> prefix_modes and prefix_symbolsGravatar jesopo2018-10-031-9/+9
* Move src/Utils.py in to src/utils/, splitting functionality out in to modules of•••related functionality Gravatar jesopo2018-10-031-41/+41
* Fix BATCH parsingGravatar jesopo2018-10-031-1/+1
* Move parsing IRC lines to src/Utils.py, added base support for parsing outgoing•••messages Gravatar jesopo2018-10-031-35/+24
* Support changing command responses from PRIVMSG to NOTICEGravatar jesopo2018-10-021-2/+3
* Simplify modules/line_handler.handleGravatar jesopo2018-10-021-35/+21
* Better support for msgtags with PRIVMSGs; put functionality in to•••modules/commands.py to reply to specific messages by use of msgids Gravatar jesopo2018-10-011-2/+3
* Some networks send NICK as 'nick!user@host NICK newnick` instead of•••'nick!user@host NICK :newnick' (which is RFC compliant but BitBot didn't support it) Gravatar jesopo2018-10-011-1/+1
* Change modules/line_handler.py to use @Utils.hookGravatar jesopo2018-10-011-43/+35
* Move src/IRCLineHandler.py to modules/line_handler.pyGravatar jesopo2018-09-301-0/+597