X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Ftalk.pl;h=8082e240ae0c5ac1092115df068feaaa525b6814;hb=8e0eef80216fbb2bca3606daf5797e39b2889d7a;hp=1f6d155158dc7e3e48437bb0b553fe2cdefe32ca;hpb=eef5d189206ebcfaf8e83675803829c72671a320;p=spider.git diff --git a/cmd/talk.pl b/cmd/talk.pl index 1f6d1551..8082e240 100644 --- a/cmd/talk.pl +++ b/cmd/talk.pl @@ -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;