1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-29 22:36:38 +02:00

irc: fix info "irc_is_message_ignored" (issue #2059)

This commit is contained in:
Sébastien Helleu
2024-01-12 17:53:19 +01:00
parent 43bb20c4c3
commit da256bbad7
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -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 (