X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXMsg.pm;h=46280dfa32dddeeefddf1264de642b2c4a1860a9;hb=f04ec95fe999a857f0f0c9e08e0f0bfd808ada32;hp=f66f98d7f8778c22084a234a6a189e37881f6302;hpb=1283d7c748715a1bf85a781fe4b66f427d949ae9;p=spider.git diff --git a/perl/DXMsg.pm b/perl/DXMsg.pm index f66f98d7..46280dfa 100644 --- a/perl/DXMsg.pm +++ b/perl/DXMsg.pm @@ -1187,6 +1187,7 @@ sub import_msgs my @out = import_one($main::me, \@msg, $splitit); Log('msg', @out); } + queue_msg(0); } # import one message as a list in bbs (as extended) mode @@ -1223,8 +1224,8 @@ sub import_one ; } elsif ($notincalls && ($f eq 'RR')) { $rr = '1'; - } elsif ($f eq '@' && @f) { # this is bbs syntax, for origin - $origin = uc shift @f; + } elsif ($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; } elsif ($f =~ /^\$/) { # this is bbs syntax for a bid