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 '')
0 files changed, 0 insertions, 0 deletions
2022-06-03Set line number on File linesJune McEnroe 2022-06-03Stop polling stdin after EOFJune McEnroe 2022-06-02Set TABSIZE=4June McEnroe Absolutely indiscriminately. 2022-06-02Do basic match highlightingJune McEnroe 2022-06-02Clean up parsing a littleJune McEnroe 2022-06-02Don't duplicate path stringJune McEnroe 2022-06-02Use stderr instead of /dev/tty, realloc buffer if lines too longJune McEnroe For some reason I haven't been able to figure out, trying to poll /dev/tty returns POLLNVAL (and this was using 100% CPU looping), but using stderr instead works fine. 2022-06-02Add initial working version of qfJune McEnroe 2022-05-29Set prompt for okshJune McEnroe