X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fset%2Fqth.pl;h=567208c731362974382d1fbe573b28880c2a8ea9;hb=79f4593964c44fb39faf9d070a418125e90e1333;hp=e76e5fffbdd4ae7d70a770d1a9681272809aaf90;hpb=75bf122b6d6d233a83a19be9842b21d546519023;p=spider.git diff --git a/cmd/set/qth.pl b/cmd/set/qth.pl index e76e5fff..567208c7 100644 --- a/cmd/set/qth.pl +++ b/cmd/set/qth.pl @@ -13,6 +13,7 @@ my $user; # remove leading and trailing spaces $line =~ s/^\s+//; $line =~ s/\s+$//; +$line =~ s/[{}]//g; # no braces allowed return (1, $self->msg('qthe1')) if !$line;