aboutsummaryrefslogtreecommitdiff
path: root/modules/channel_op.py
Commit message (Collapse)AuthorAgeFilesLines
* added an error to the kickban command in channel_op.py for when a user is ↵Gravatar jesopo2016-04-241-0/+2
| | | | not present in a channel to be kickbanned.
* added an op command to channel_op.py.Gravatar jesopo2016-04-221-0/+6
|
* added a way for a command callback to neatly ask to only be available for ↵Gravatar jesopo2016-04-181-0/+44
people with a rank or above, added a channel_op module to utilise this.