update echo.py to use command spec language |
|
More...
|
almost 5 years ago
|
support !... as "one or more", show "not enough args" error |
|
More...
|
almost 5 years ago
|
remove debug print |
|
More...
|
almost 5 years ago
|
fix format_token_replace for $$ |
|
More...
|
almost 5 years ago
|
update mode list functions to not use `args` |
|
More...
|
almost 5 years ago
|
!cunmute needs an `event` arg |
|
More...
|
almost 5 years ago
|
support e.g. "!r~channel" spec to change the context of "!cuser" |
|
More...
|
almost 5 years ago
|
add some comments about all the command_spec spec types |
|
More...
|
almost 5 years ago
|
better "!user" spec error |
|
More...
|
almost 5 years ago
|
use new command specs in channel_op.py |
|
More...
|
almost 5 years ago
|
check "channel" coming from command_spec.py parsing (check_mode, channel_access) |
|
More...
|
almost 5 years ago
|
implement "important" command spec pieces, esp. for channel perms |
|
More...
|
almost 5 years ago
|
don't args[0] for rchannel when [], better rchannel error |
|
More...
|
almost 5 years ago
|
utils.parse.timed_args() min_args should be optional |
|
More...
|
almost 5 years ago
|
add ruser/rchannel (r for relevant) to command_spec.py |
|
More...
|
almost 5 years ago
|
still append None when an optional spec is missed |
|
More...
|
almost 5 years ago
|
first draft of command_spec.py |
|
More...
|
almost 5 years ago
|
channel.send_mode() BEFORE calling self.join event |
|
More...
|
almost 5 years ago
|
extraneous newline |
|
More...
|
almost 5 years ago
|
add !lsearch to show what !clear would remove |
|
More...
|
almost 5 years ago
|
wordiest-prevent-highlight -> words-, apply to !wordusers too |
|
More...
|
almost 5 years ago
|
remove received.server-notice related code |
|
More...
|
almost 5 years ago
|
simplify snotice detection, handle as normal NOTICE |
|
More...
|
almost 5 years ago
|
set_own_nickname before sending self.nick event |
|
More...
|
almost 5 years ago
|
support WATCH as well as MONITOR nick nick_regain.py |
|
More...
|
almost 5 years ago
|
pull mode for RPL_(ENDOF)QUIETLIST from args[2] |
|
More...
|
almost 5 years ago
|
search for QUIET prefix anywhere, not just at the start of string |
|
More...
|
almost 5 years ago
|
only check missed modes if our mode changes and `MODE #chan` responds |
|
More...
|
almost 5 years ago
|
only query missing list modes on MODE when we're seen ENDOFWHO |
|
More...
|
almost 5 years ago
|
changed failed list modes after ENDOFWHO, not when our mode changes |
|
More...
|
almost 5 years ago
|