X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fchat.pl;h=545c7c78ef6fc2a3e404f3fbde282bf804d698bd;hb=e74346e7fcfcf7b825534727904adf57425aadd1;hp=4062358cc57279feacbbe1df39e1266da852289c;hpb=defc60f3e7fab9bb99d1c9f7b8bccc4ec37628d5;p=spider.git diff --git a/cmd/chat.pl b/cmd/chat.pl index 4062358c..545c7c78 100644 --- a/cmd/chat.pl +++ b/cmd/chat.pl @@ -38,6 +38,6 @@ if (@bad = BadWords::check($line)) { my $msgid = DXProt::nextchatmsgid(); $text = "#$msgid $text"; -DXProt::send_chat($self, DXProt::pc12($from, $text, $target), $from, $target, $text, ' ', $main::mycall, '0'); +DXProt::send_chat($self, DXProt::pc12($from, $text, '*', $target), $from, $target, $text, ' ', $main::mycall, '0'); return (1, ());