jesopo
|
16dc2c39a9
|
Refactor modules/channel_op.py and add !tempban/!tempkickban
|
2018-09-30 13:28:26 +01:00 |
|
jesopo
|
6eb8b1ba6d
|
Move all exports to @Utils.export calls
|
2018-09-27 12:08:07 +01:00 |
|
jesopo
|
51a52e2b0e
|
Switch to using @Utils.hook and docstrings for event hooks
|
2018-09-26 18:27:17 +01:00 |
|
jesopo
|
ecb9d7cb3f
|
Move most code in root directory to src/
|
2018-09-24 15:13:27 +01:00 |
|
jesopo
|
73bdaff977
|
Add !topic and !topicappend in channel_op.py
|
2018-09-06 17:25:38 +01:00 |
|
jesopo
|
8c6ab17e57
|
give an Exports object (actually, ExportsContex object) to each module, to
facilitate things like !set and !channelset without using the events system
|
2018-09-02 19:54:45 +01:00 |
|
jesopo
|
9874f79b49
|
Give modules event objects with "context"s, to facilitate purging all the event
hooks for a module
|
2018-08-31 12:55:52 +01:00 |
|
jesopo
|
ebd3ab47c8
|
Add missing "," in channel_op.py
|
2018-08-30 11:15:57 +01:00 |
|
jesopo
|
2d4a1d42ce
|
Only get highlight-spam-threshold setting when there's more than one highlight
in a line
|
2018-08-30 11:14:19 +01:00 |
|
jesopo
|
49cc4d8d7b
|
Add help and usage for commands in channel_op.py
|
2018-08-30 11:13:26 +01:00 |
|
jesopo
|
b699c120a0
|
Change how specific events assure their hooks gets the event independant of
loading order
|
2018-08-28 14:55:08 +01:00 |
|
jesopo
|
bb53f6f565
|
get highlight-spam-protection setting before highlight-spam-threshold
|
2018-08-06 14:27:49 +01:00 |
|
jesopo
|
270bfe58ed
|
Ban formats aren't bools
|
2018-07-20 13:12:41 +01:00 |
|
jesopo
|
e99671aced
|
Added a channel setting for banmask, added !unban
|
2018-07-19 14:39:10 +01:00 |
|
jesopo
|
84cc65526f
|
Track user channel modes by user object, not nickname
|
2018-07-02 16:15:26 +01:00 |
|
jesopo
|
5794b3cd92
|
Added option to ban highlight spammers instead of just kicking them
|
2017-12-26 13:51:10 +00:00 |
|
jesopo
|
14ffa6716d
|
Added highlight spam detection/prevention logic to channel_op
|
2017-12-26 11:50:18 +00:00 |
|
jesopo
|
afc8a72f05
|
changed channel_op.py to not need an argument for (de)op/(de)voice.
|
2016-07-05 12:17:22 +01:00 |
|
jesopo
|
8dadd7d339
|
added deop, voice and devoice to channel_op.py.
|
2016-05-17 14:51:47 +01:00 |
|
jesopo
|
52deab53aa
|
added an error to the kickban command in channel_op.py for when a user is not present in a channel to be kickbanned.
|
2016-04-24 03:01:44 +01:00 |
|
jesopo
|
00dd425210
|
added an op command to channel_op.py.
|
2016-04-22 11:48:28 +01:00 |
|
jesopo
|
1127682872
|
added a way for a command callback to neatly ask to only be available for people with a rank or above, added a channel_op module to utilise this.
|
2016-04-18 16:50:19 +01:00 |
|