about summary refs log tree commit diff
path: root/contrib
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 /contrib
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
roe 2018-08-06Implement word wrappingJune McEnroe 2018-08-06Use wchar_t strings for all of UIJune McEnroe 2018-08-06Rename line editing functionsJune McEnroe 2018-08-05Initialize all possible color pairsJune McEnroe 2018-08-05Refactor color initializationJune McEnroe 2018-08-05Add ^L redrawJune McEnroe 2018-08-05Use 16 colors if availableJune McEnroe 2018-08-05Limit parsed colors to number of mIRC colorsJune McEnroe 2018-08-04Show source link on exitJune McEnroe 2018-08-04Implement line editing, scrollingJune McEnroe 2018-08-04Handle /topicJune McEnroe