fix a talk bug for t xxx > yyy
[spider.git] / cmd / talk.pl
index 1f6d155158dc7e3e48437bb0b553fe2cdefe32ca..8082e240ae0c5ac1092115df068feaaa525b6814 100644 (file)
@@ -38,6 +38,10 @@ return (1, $self->msg('e7', $call)) unless $dxchan;
 # if there is a line send it, otherwise add this call to the talk list
 # and set talk mode for command mode
 if ($line) {
+       my @bad;
+       if (@bad = BadWords::check($line)) {
+               return (1, $self->msg('e17', @bad));
+       }
        $dxchan->talk($self->call, $to, $via, $line) if $dxchan;
 } else {
        my $s = $to;