fix announces
[spider.git] / cmd / chat.pl
index 80cb12664e49e361e19a4667b694601860d4eae7..2aa629436e2800af77791e9743ad23600732fa0e 100644 (file)
@@ -38,8 +38,6 @@ if (@bad = BadWords::check($line)) {
 my $msgid = DXProt::nextchatmsgid();
 $text = "#$msgid $text";
 
-$main::me->normal(DXProt::pc93($to, $from, undef, $text));
-
-#DXProt:):send_chat($self, 1, DXProt::pc12($from, $text, '*', $target), $from, '*', $text, $target, $main::mycall, '0');
+$main::me->normal(DXProt::pc93($target, $from, undef, $text));
 
 return (1, ());