mirror of
https://github.com/weechat/weechat.git
synced 2026-07-08 02:33:12 +02:00
irc: display message 936 (censored word) on channel instead of server buffer
This commit is contained in:
@@ -5352,6 +5352,7 @@ irc_protocol_recv_command (struct t_irc_server *server,
|
||||
{ "905", /* SASL message too long */ 1, 0, &irc_protocol_cb_sasl_end },
|
||||
{ "906", /* SASL authentication aborted */ 1, 0, &irc_protocol_cb_sasl_end },
|
||||
{ "907", /* You have already completed SASL authentication */ 1, 0, &irc_protocol_cb_sasl_end },
|
||||
{ "936", /* censored word */ 1, 0, &irc_protocol_cb_generic_error },
|
||||
{ "973", /* whois (secure connection) */ 1, 0, &irc_protocol_cb_server_mode_reason },
|
||||
{ "974", /* whois (secure connection) */ 1, 0, &irc_protocol_cb_server_mode_reason },
|
||||
{ "975", /* whois (secure connection) */ 1, 0, &irc_protocol_cb_server_mode_reason },
|
||||
|
||||
Reference in New Issue
Block a user