1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-04 16:53:14 +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
@@ -105,6 +105,7 @@ http://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
* alias: change default command for alias /beep to "/print -beep"
* exec: add exec plugin: new command /exec and file exec.conf
* guile: fix module used after unload of a script
* irc: display message 936 (censored word) on channel instead of server buffer
* irc: add bar item "irc_nick_modes" (closes #71)
* irc: make reason optional in command /kill
* irc: add support of message 324 (channel modes) in option
+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 },