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