jesopo
|
d24442587c
|
prefix can be None - null-coalesce it to empty string
|
2020-02-26 17:38:00 +00:00 |
|
jesopo
|
e485632359
|
kick bitbot last if he's covered by !kick/!kickban
|
2020-02-26 17:15:35 +00:00 |
|
jesopo
|
725c1d3bfa
|
masks should be a list, otherwise we iterate a string
|
2020-02-26 16:47:30 +00:00 |
|
jesopo
|
fef1c47626
|
support !aban and !akickban for account bans
|
2020-02-26 16:46:39 +00:00 |
|
jesopo
|
1ecbacefc2
|
send_modes takes list[tuple[s,s]], add !down, !deop yourself last
|
2020-02-25 14:27:56 +00:00 |
|
jesopo
|
a1dd8dd22f
|
!op/!deop and !voice/!devoice should assume own user without args
|
2020-02-25 11:45:55 +00:00 |
|
jesopo
|
d3711a639f
|
only voice/op people that dont have it already
|
2020-02-25 11:32:40 +00:00 |
|
jesopo
|
ee9415daef
|
unmode timer should use send_modes
|
2020-02-25 11:25:51 +00:00 |
|
jesopo
|
5ebcb9582d
|
add !invex, refactor all channel_op mode-type commands
|
2020-02-25 11:19:12 +00:00 |
|
jesopo
|
db2f27a771
|
support user (as well as cuser ) for user object mask banning
|
2020-02-21 20:34:54 +00:00 |
|
jesopo
|
fe4972bc03
|
update channel_op.py ban formatting to use ${}
|
2020-02-21 15:43:52 +00:00 |
|
jesopo
|
ad04357955
|
i broke quieting when i was refactoring it
|
2020-02-17 21:16:52 +00:00 |
|
jesopo
|
7f98ba8310
|
send multiple KICKs in the same line when possible
|
2020-02-17 15:16:00 +00:00 |
|
jesopo
|
c9eff9edb9
|
support wildcards/masks for !ban, !unban and !kickban
|
2020-02-17 10:29:23 +00:00 |
|
jesopo
|
fe1c9ef746
|
allow multipe require_accces (comma sep), support "low"/"high"/"admin"
|
2020-02-06 23:50:19 +00:00 |
|
jesopo
|
c4136a50ec
|
refactor -b/-q/-m timer logic in to 1 function
|
2020-02-05 16:29:07 +00:00 |
|
jesopo
|
d706c4ab91
|
!voice should target a nickname, not a user object
|
2020-02-04 16:01:10 +00:00 |
|
jesopo
|
cc178c841d
|
event doesn't exist in _quiet_method()
|
2020-01-26 16:10:30 +00:00 |
|
jesopo
|
d41aa7a6c2
|
we should be checking if there are no flags specified
|
2020-01-26 16:08:35 +00:00 |
|
jesopo
|
174f0070ff
|
find "word" type, not cuser (because i can be 'user')
|
2020-01-26 16:06:02 +00:00 |
|
jesopo
|
e26d8c5536
|
fix _ban looking for user instead of cuser, fix kickban _kick arg
|
2020-01-26 15:46:42 +00:00 |
|
jesopo
|
a6c2d80075
|
fix channel_op spec arg indexes
|
2020-01-26 15:40:49 +00:00 |
|
jesopo
|
22e43013f8
|
remove channel_op.py usage, specs cover it
|
2020-01-25 23:58:42 +00:00 |
|
jesopo
|
bd33ea5d8a
|
implement default spec argument types
|
2020-01-25 22:56:06 +00:00 |
|
jesopo
|
341b314104
|
change command specs to be compiled at runtime by a decorator
|
2020-01-25 14:01:11 +00:00 |
|
jesopo
|
c9a4656163
|
update mode list functions to not use args
|
2020-01-25 11:22:22 +00:00 |
|
jesopo
|
50f7985c6d
|
!cunmute needs an event arg
|
2020-01-25 11:21:55 +00:00 |
|
jesopo
|
9ddcad73ae
|
use new command specs in channel_op.py
|
2020-01-24 16:27:41 +00:00 |
|
jesopo
|
ecfab16fc4
|
add !lsearch to show what !clear would remove
|
2020-01-23 16:24:08 +00:00 |
|
jesopo
|
b1df6b640f
|
search for QUIET prefix anywhere, not just at the start of string
|
2020-01-23 12:31:23 +00:00 |
|
jesopo
|
66a8a2b856
|
get channelset quiet-method list from QUIET_METHODS
|
2020-01-23 10:26:26 +00:00 |
|
jesopo
|
861d901401
|
fix duplicate "insp" QUIET_METHODS entry
|
2020-01-23 10:17:11 +00:00 |
|
jesopo
|
a6f8f51ee0
|
add "!clear quiets|mutes"
|
2020-01-23 10:12:30 +00:00 |
|
jesopo
|
811b85d0f9
|
move mode list (beIq e.g.) to it's own module, mode_lists.py
|
2020-01-22 17:41:20 +00:00 |
|
jesopo
|
3ddeea0692
|
don't add modes to mode_lists until we have data
|
2020-01-22 17:20:10 +00:00 |
|
jesopo
|
363fdf01b0
|
support ISUPPORT MODES token having no arg
|
2020-01-22 15:07:00 +00:00 |
|
jesopo
|
ade5cbb1f3
|
add an optional mask pattern arg to !clear
|
2020-01-22 15:00:59 +00:00 |
|
jesopo
|
463ce89fba
|
effectively ignore ENDOF when there were no items
|
2020-01-22 15:00:43 +00:00 |
|
jesopo
|
59985f182a
|
implement "!clear +b" to clear ban lists
|
2020-01-22 14:03:03 +00:00 |
|
jesopo
|
897c6df794
|
track all channel list modes, not just ban and maybe quiet
|
2020-01-22 14:01:37 +00:00 |
|
jesopo
|
5a6adb4d8f
|
store ban (and maybe quiet) mode lists
|
2020-01-22 12:28:16 +00:00 |
|
jesopo
|
0b87a4e5c9
|
query ban (and maybe quiet) list on join
|
2020-01-22 12:05:19 +00:00 |
|
jesopo
|
74d7e5231d
|
'mute_method' -> 'quiet_method'
|
2020-01-22 12:03:44 +00:00 |
|
jesopo
|
11bf1d3f7b
|
default to quiet-method being unsupported
|
2020-01-22 11:21:41 +00:00 |
|
jesopo
|
b6f10049f9
|
use ISUPPORT QUIET when available
|
2020-01-22 11:21:22 +00:00 |
|
jesopo
|
572998c0eb
|
!mute -> !quiet, refactor quiets to be mode,prefix,listnum,endnum
|
2020-01-22 10:49:21 +00:00 |
|
jesopo
|
38235b1667
|
switch channel_op ban masks to use utils.parse.parse_token_replace
|
2019-12-21 21:41:09 +00:00 |
|
jesopo
|
9ef732c592
|
add !up/!down as aliases of !op/!deop
|
2019-12-14 21:40:59 +00:00 |
|
jesopo
|
3935bf3a30
|
IRCUser.get_identified_account() doesn't exist anymore
|
2019-11-22 11:50:23 +00:00 |
|
jesopo
|
2dfc55fb9f
|
refactor permissions and allow hostmasks to be assigned to accounts
|
2019-11-21 15:49:08 +00:00 |
|