aboutsummaryrefslogtreecommitdiff
path: root/src/IRCBuffer.py
Commit message (Collapse)AuthorAgeFilesLines
* Move src/Utils.py in to src/utils/, splitting functionality out in to modules ofGravatar jesopo2018-10-031-3/+3
| | | | related functionality
* Support changing command responses from PRIVMSG to NOTICEGravatar jesopo2018-10-021-3/+10
|
* Better support for msgtags with PRIVMSGs; put functionality in toGravatar jesopo2018-10-011-3/+4
| | | | modules/commands.py to reply to specific messages by use of msgids
* Move most code in root directory to src/Gravatar jesopo2018-09-241-0/+48