aboutsummaryrefslogtreecommitdiff
path: root/modules/line_handler.py
Commit message (Collapse)AuthorAgeFilesLines
* Some networks send NICK as 'nick!user@host NICK newnick` instead ofGravatar jesopo2018-10-011-1/+1
| | | | | 'nick!user@host NICK :newnick' (which is RFC compliant but BitBot didn't support it)
* 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