aboutsummaryrefslogtreecommitdiff
path: root/modules/check_mode.py
Commit message (Collapse)AuthorAgeFilesLines
* give an Exports object (actually, ExportsContex object) to each module, toGravatar jesopo2018-09-021-1/+1
| | | | facilitate things like !set and !channelset without using the events system
* Give modules event objects with "context"s, to facilitate purging all the eventGravatar jesopo2018-08-311-3/+2
| | | | hooks for a module
* Track user channel modes by user object, not nicknameGravatar jesopo2018-07-021-1/+1
|
* added a way for a command callback to neatly ask to only be available for ↵Gravatar jesopo2016-04-181-0/+15
people with a rank or above, added a channel_op module to utilise this.