aboutsummaryrefslogtreecommitdiff
path: root/IRCChannel.py
Commit message (Collapse)AuthorAgeFilesLines
* Add get_user_status func to IRCChannelGravatar jesopo2017-01-271-0/+7
|
* Remove unnecessary uuid protection for IRCUser, add uuid for IRCChannelGravatar Evelyn2016-11-121-0/+2
|
* added a way for a command callback to neatly ask to only be available for ↵Gravatar jesopo2016-04-181-0/+7
| | | | people with a rank or above, added a channel_op module to utilise this.
* changed code to avoid a crash when some ircd will show a mode being removed ↵Gravatar jesopo2016-04-101-1/+1
| | | | from someone that didn't have it in the first place.
* tinkered with some modules and fixed a few bugs, also added the skeleton for ↵Gravatar jesopo2016-04-031-0/+4
| | | | the auto_mode.py module.
* first commit.Gravatar jesopo2016-03-291-0/+64