aboutsummaryrefslogtreecommitdiff
path: root/src/IRCUser.py
Commit message (Expand)AuthorAgeFilesLines
* Move `self.name = self.nickname_lower` to under setting `self.nickname_lower`,•••otherwise `self.name` will be `""` Gravatar jesopo2018-11-231-1/+1
* Clarify typing of .nickname/.nickname_lower/.name in IRCUserGravatar jesopo2018-11-051-1/+5
* Fix some non-explicit None returns, add type hints to important variablesGravatar jesopo2018-10-311-1/+1
* 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-19/+25
* Update src/IRCUser.py.send_notice to take a prefix kwargGravatar jesopo2018-10-251-2/+2
* Move src/Utils.py in to src/utils/, splitting functionality out in to modules of•••related functionality Gravatar jesopo2018-10-031-2/+2
* 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-2/+3
* Implement src/IRCObject.py to convert specific objects in to strings when•••passing them to modules/scripts.py scripts Gravatar jesopo2018-10-011-2/+4
* Move most code in root directory to src/Gravatar jesopo2018-09-241-0/+62