1
0
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:
Sébastien Helleu
2022-10-01 17:06:31 +02:00
parent ae61137216
commit 4d3a3c67ac
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -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 ();
}
/*