mirror of
https://github.com/weechat/weechat.git
synced 2026-07-07 18:23:13 +02:00
irc: set local variable "filter" when doing /server raw xxx with raw buffer already opened (closes #1448)
This commit is contained in:
@@ -423,6 +423,7 @@ irc_raw_set_filter (const char *filter)
|
||||
free (irc_raw_filter);
|
||||
irc_raw_filter = (filter && (strcmp (filter, "*") != 0)) ?
|
||||
strdup (filter) : NULL;
|
||||
irc_raw_set_localvar_filter ();
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user