aboutsummaryrefslogtreecommitdiff
path: root/modules/channel_op.py
Commit message (Collapse)AuthorAgeFilesLines
* Give modules event objects with "context"s, to facilitate purging all the eventGravatar jesopo2018-08-311-14/+14
| | | | hooks for a module
* Add missing "," in channel_op.pyGravatar jesopo2018-08-301-1/+1
|
* Only get highlight-spam-threshold setting when there's more than one highlightGravatar jesopo2018-08-301-3/+3
| | | | in a line
* Add help and usage for commands in channel_op.pyGravatar jesopo2018-08-301-9/+18
|
* Change how specific events assure their hooks gets the event independant ofGravatar jesopo2018-08-281-8/+8
| | | | loading order
* get highlight-spam-protection setting before highlight-spam-thresholdGravatar jesopo2018-08-061-12/+16
|
* Ban formats aren't boolsGravatar jesopo2018-07-201-2/+1
|
* Added a channel setting for banmask, added !unbanGravatar jesopo2018-07-191-2/+31
|
* Track user channel modes by user object, not nicknameGravatar jesopo2018-07-021-1/+1
|
* Added option to ban highlight spammers instead of just kicking themGravatar jesopo2017-12-261-5/+13
|
* Added highlight spam detection/prevention logic to channel_opGravatar jesopo2017-12-261-1/+21
|
* 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.