diff options
| -rw-r--r-- | scripts/notes.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/notes.pl b/scripts/notes.pl index 28ba217..0d7a47e 100644 --- a/scripts/notes.pl +++ b/scripts/notes.pl @@ -157,7 +157,7 @@ sub cmd_notes_del { return; } else { - push @networks, fc $server->{tag}; + push @networks, fc $server->{tag} if !@networks; } for (@networks) { |
