change place of chat target in pc12
[spider.git] / cmd / chat.pl
index 4062358cc57279feacbbe1df39e1266da852289c..545c7c78ef6fc2a3e404f3fbde282bf804d698bd 100644 (file)
@@ -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, ());