mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 12:53:42 +02:00
This fixes two issues: - IRCNet doesn't have STATUSMSG, but it supports +channels, and including + in the default value meant processing those incorrectly - The "bahamut hack", for old servers that support but don't advertise STATUSMSG, didn't work since ischannel_func doesn't use the default. The choice of @ intentionally leaves out support for other STATUSMSG (for example, AzzurraNet's bahamut 1.4 fork seemed to support + and % in any order, contradicting the comment in the code). I think this is a decent tradeoff, given how those servers are uncommon and relying on +# or %# is even less common than @#. Fixes #531 |
||
|---|---|---|
| .. | ||
| dcc | ||
| notifylist | ||
| fe-common-irc.c | ||
| fe-ctcp.c | ||
| fe-events-numeric.c | ||
| fe-events.c | ||
| fe-irc-channels.c | ||
| fe-irc-channels.h | ||
| fe-irc-commands.c | ||
| fe-irc-messages.c | ||
| fe-irc-queries.c | ||
| fe-irc-server.c | ||
| fe-irc-server.h | ||
| fe-ircnet.c | ||
| fe-modes.c | ||
| fe-netjoin.c | ||
| fe-netsplit.c | ||
| fe-sasl.c | ||
| fe-whois.c | ||
| irc-completion.c | ||
| Makefile.am | ||
| module-formats.c | ||
| module-formats.h | ||
| module.h | ||