aboutsummaryrefslogtreecommitdiff
path: root/src/utils/irc/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Don't pass `None` around as tag default, fix some missing return type argsGravatar jesopo2019-02-191-5/+7
* typo, 'utls' -> 'utils' (utils.irc)Gravatar jesopo2019-02-191-1/+1
* Add `.message(` and `.notice(` to IRCSendBatchGravatar jesopo2019-02-191-1/+7
* Default IRCParsedLine.tags to empty dict, not `None`Gravatar jesopo2019-02-191-2/+2
* Add src/utils/irc/__init__.py that should have been added some commits agoGravatar jesopo2019-02-181-0/+335