From e788d90520036ffa8998db5d1cbad40c10ed977a Mon Sep 17 00:00:00 2001 From: minima Date: Tue, 23 Jan 2007 22:50:33 +0000 Subject: [PATCH] fix chat --- cmd/chat.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/chat.pl b/cmd/chat.pl index 80cb1266..874f6ac1 100644 --- a/cmd/chat.pl +++ b/cmd/chat.pl @@ -38,7 +38,7 @@ if (@bad = BadWords::check($line)) { my $msgid = DXProt::nextchatmsgid(); $text = "#$msgid $text"; -$main::me->normal(DXProt::pc93($to, $from, undef, $text)); +$main::me->normal(DXProt::pc93($target, $from, undef, $text)); #DXProt:):send_chat($self, 1, DXProt::pc12($from, $text, '*', $target), $from, '*', $text, $target, $main::mycall, '0'); -- 2.34.1