1
0
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:
Sébastien Helleu
2014-05-20 21:23:02 +02:00
parent 507d58f158
commit 8e1d5e567e
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -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 },