diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2024-01-12 17:53:19 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2024-01-12 17:53:19 +0100 |
commit | 8e252955da4f890b16c01dccc4c17abf5c905f52 (patch) | |
tree | 5d0744026cfa05ac659aebd05d2498a399f74f0d /src | |
parent | 71fee810c9578ec249b2766ffa400684ee1c7f26 (diff) | |
download | weechat-8e252955da4f890b16c01dccc4c17abf5c905f52.zip |
irc: fix info "irc_is_message_ignored" (closes #2059)
Diffstat (limited to 'src')
-rw-r--r-- | src/plugins/irc/irc-info.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/irc/irc-info.c b/src/plugins/irc/irc-info.c index 56ca90e67..15fec209c 100644 --- a/src/plugins/irc/irc-info.c +++ b/src/plugins/irc/irc-info.c @@ -1262,7 +1262,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 ( |