aboutsummaryrefslogtreecommitdiff
path: root/src/IRCBuffer.py
Commit message (Expand)AuthorAgeFilesLines
* Fix/refactor issues brought up by type hint lintingGravatar jesopo2018-10-301-1/+1
* Add type/return hints throughout src/ and, in doing so, fix some cyclical•••references. Gravatar jesopo2018-10-301-12/+17
* Move src/Utils.py in to src/utils/, splitting functionality out in to modules of•••related functionality Gravatar jesopo2018-10-031-3/+3
* Support changing command responses from PRIVMSG to NOTICEGravatar jesopo2018-10-021-3/+10
* 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-3/+4
* Move most code in root directory to src/Gravatar jesopo2018-09-241-0/+48