1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-07 18:23:13 +02:00

irc: add filters on raw buffer (closes #1000)

This commit is contained in:
Sébastien Helleu
2019-11-03 09:01:44 +01:00
parent 4a86ab55d8
commit 015ae4a94b
33 changed files with 2069 additions and 1394 deletions
+3 -1
View File
@@ -173,6 +173,8 @@ weechat_plugin_init (struct t_weechat_plugin *plugin, int argc, char *argv[])
irc_config_read ();
irc_raw_init ();
irc_command_init ();
irc_info_init ();
@@ -287,7 +289,7 @@ weechat_plugin_end (struct t_weechat_plugin *plugin)
irc_ignore_free_all ();
irc_raw_message_free_all ();
irc_raw_end ();
irc_server_free_all ();