aboutsummaryrefslogtreecommitdiff
path: root/modules/line_handler
Commit message (Expand)AuthorAgeFilesLines
* Move utils.irc.IRCParsedLine to IRCLine.ParsedLine, improve truncation•••mechanism, don't convert sent line from ParsedLine to text to ParsedLine for line_handler handling Gravatar jesopo2019-02-231-4/+3
* Split PRIVMSG last param explicitly by `" "` to make message_splitGravatar jesopo2019-02-231-4/+3
* Keep track of a user's away message, not just whether they're away or notGravatar jesopo2019-02-221-0/+2
* Typo, 'taget' -> 'target'Gravatar jesopo2019-02-221-1/+1
* Typo, 'channels' -> 'channel'Gravatar jesopo2019-02-221-1/+1
* `.on` doesn't take kwargs - `.call` doesGravatar jesopo2019-02-221-6/+6
* Typo, 'channels' -> 'channel'Gravatar jesopo2019-02-221-1/+1
* Split line_handler.py out in to different files for different categoriesGravatar jesopo2019-02-226-0/+881