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:
@@ -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 ();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user