aboutsummaryrefslogtreecommitdiff
path: root/modules/line_handler/message.py
Commit message (Expand)AuthorAgeFilesLines
* Check if a PRIVMSG/NOTICE is send *from* us before we check if it's sent *to* us•••- so `user` isn't null when bitbot messages himself. Gravatar jesopo2019-05-221-8/+8
* Remove references to STATUSMSG - just pass around a raw `target_str` (target•••without statusmsg chars stripped off) Gravatar jesopo2019-05-211-7/+4
* `has_capability` -> `has_capability_str`, add new `has_capability`Gravatar jesopo2019-05-201-1/+1
* Enum values shouldn't be all upper caseGravatar jesopo2019-03-101-1/+1
* Don't treat ACTION CTCP as a different event to normal PRIVMSGsGravatar jesopo2019-03-061-1/+2
* @utils.hook shouldn't be in line_handler/message.pyGravatar jesopo2019-03-031-2/+0
* Add IRCServer.has_capability and use it throughout line_handlerGravatar jesopo2019-03-031-1/+1
* Split PRIVMSG last param explicitly by `" "` to make message_splitGravatar jesopo2019-02-231-4/+3
* Typo, 'taget' -> 'target'Gravatar jesopo2019-02-221-1/+1
* Split line_handler.py out in to different files for different categoriesGravatar jesopo2019-02-221-0/+168