aboutsummaryrefslogtreecommitdiff
path: root/modules/channel_op.py
Commit message (Collapse)AuthorAgeFilesLines
* changed channel_op.py to not need an argument for (de)op/(de)voice.Gravatar jesopo2016-07-051-12/+16
|
* added deop, voice and devoice to channel_op.py.Gravatar jesopo2016-05-171-0/+15
|
* 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.