aboutsummaryrefslogtreecommitdiff
path: root/src/IRCUser.py
Commit message (Collapse)AuthorAgeFilesLines
* Move src/Utils.py in to src/utils/, splitting functionality out in to modules ofGravatar jesopo2018-10-031-2/+2
| | | | related functionality
* Better support for msgtags with PRIVMSGs; put functionality in toGravatar jesopo2018-10-011-2/+3
| | | | modules/commands.py to reply to specific messages by use of msgids
* Implement src/IRCObject.py to convert specific objects in to strings whenGravatar jesopo2018-10-011-2/+4
| | | | passing them to modules/scripts.py scripts
* Move most code in root directory to src/Gravatar jesopo2018-09-241-0/+62