X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=perl%2FDXMsg.pm;h=3d83359d350e911eef0a374f4dc109c568e84d09;hb=40310b181de51fd4917e74f4672aa31a5f255c34;hp=5691b725dbbda64231cef15696d5f48ea132cc69;hpb=214add54f06130d9bbfce9045a814f6599f30812;p=spider.git diff --git a/perl/DXMsg.pm b/perl/DXMsg.pm index 5691b725..3d83359d 100644 --- a/perl/DXMsg.pm +++ b/perl/DXMsg.pm @@ -1224,7 +1224,7 @@ sub import_one ; } elsif ($notincalls && ($f eq 'RR')) { $rr = '1'; - } elsif ($f eq '@' && @f) { # this is bbs syntax, for AT + } elsif (($f =~ /^[\@\.\#]$/ || $f eq '.#') && @f) { # this is bbs syntax, for AT shift @f; } elsif ($f eq '<' && @f) { # this is bbs syntax for from call $from = uc shift @f;