diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 793b20da8..77a7df345 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -17,6 +17,7 @@ Bug fixes:: * core: fix crash on plugin reload when using musl libc (issue #2052) * core: fix infinite loop in display when the chat area is too small (issue #2053) + * irc: fix info "irc_is_message_ignored" (issue #2059) * irc: fix display of self messages when the message split fails due to inconsistent max lengths sent by the server in message 005 [[v4.0.7]] diff --git a/src/plugins/irc/irc-info.c b/src/plugins/irc/irc-info.c index 98da456f8..d975a84d5 100644 --- a/src/plugins/irc/irc-info.c +++ b/src/plugins/irc/irc-info.c @@ -1261,7 +1261,7 @@ irc_info_init () "irc_is_message_ignored", N_("1 if the nick is ignored (message is not displayed)"), N_("server,message (message is the raw IRC message)"), - &irc_info_info_irc_is_channel_cb, NULL, NULL); + &irc_info_info_irc_is_message_ignored_cb, NULL, NULL); /* info_hashtable hooks */ weechat_hook_info_hashtable (