mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02:00
Merge pull request #11 from ailin-nemui/vague666/activity_hide_targets_tagstar
Allow tag/* in activity_hide_targets
This commit is contained in:
commit
b38d254d04
1 changed files with 1 additions and 1 deletions
|
|
@ -500,7 +500,7 @@ gboolean strarray_find_dest(char **array, const TEXT_DEST_REC *dest)
|
|||
str += server_tag_len + 1;
|
||||
}
|
||||
|
||||
if (g_strcmp0(str, "") == 0 || g_strcmp0(str, "::all") == 0) {
|
||||
if (g_strcmp0(str, "*") == 0 || g_strcmp0(str, "::all") == 0) {
|
||||
return TRUE;
|
||||
} else if (g_ascii_strcasecmp(str, dest->target) == 0) {
|
||||
return TRUE;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue