1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-04 16:53:14 +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
+2
View File
@@ -204,6 +204,8 @@ irc_input_data (struct t_gui_buffer *buffer, const char *input_data, int flags,
{
if (weechat_strcasecmp (input_data, "q") == 0)
weechat_buffer_close (buffer);
else
irc_raw_filter_options (input_data);
}
else
{