summary refs log tree commit diff
path: root/extra/notify
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-04-09 18:19:06 -0400
committerJune McEnroe <june@causal.agency>2021-04-09 18:19:06 -0400
commit48ff8c564f9bf8ed60a579b713901de23cf938b6 (patch)
treed9e8ca533f4cbd2784b5834d6930ea501bb33d55 /extra/notify
parentAdd donation link to README (diff)
downloadpounce-48ff8c564f9bf8ed60a579b713901de23cf938b6.tar.gz
pounce-48ff8c564f9bf8ed60a579b713901de23cf938b6.zip
Don't use :trailing parameter for JOIN
It seems some IRCds don't even parse this correctly. It also should
never have been done this way since it breaks sending channel keys.
Diffstat (limited to 'extra/notify')
0 files changed, 0 insertions, 0 deletions
2021-01-19Don't use a pager if reading standard inputJune McEnroe 2021-01-19Support BSD make syntax and match *.amJune McEnroe These don't really go together, but... 2021-01-19Match tab following escaped newline in make assignmentsJune McEnroe Otherwise it ends up going into Shell state. 2021-01-18Allow matching lexers using first input lineJune McEnroe