summary refs log tree commit diff
path: root/chat.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-05-20 16:36:39 -0400
committerJune McEnroe <june@causal.agency>2021-05-20 16:38:22 -0400
commit7bacf63d9e9e68a7352e656e820d735099a1a342 (patch)
tree2f0847cbed6dd4d42593aaf97241ee89e863454d /chat.c
parentReplace freenode with tilde.chat (diff)
downloadcatgirl-7bacf63d9e9e68a7352e656e820d735099a1a342.tar.gz
catgirl-7bacf63d9e9e68a7352e656e820d735099a1a342.zip
Don't require 4 parameters to ERR_USERONCHANNEL
It should have 4, but the handler only uses 3.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
lass='nohover-highlight'> This doesn't yet work in Terminal.app: <https://github.com/neovim/neovim/issues/9598>. 2019-02-10Add plain text "language" to hiJune McEnroe 2019-02-10Don't match DQ string inside SQ stringJune McEnroe 2019-02-10Skip only one character if a match fails due to parentJune McEnroe Really it should skip forward until the parent changes, but this is simpler. 2019-02-10Remove pattend from hiJune McEnroe 2019-02-10Replace uses of pattend with newline patternsJune McEnroe 2019-02-10Add hi debug outputJune McEnroe 2019-02-10Actually do HTML &quot; escapingJune McEnroe 2019-02-10Set git commit.verboseJune McEnroe 2019-02-10Add back missing static keywordJune McEnroe