]> git.donarmstrong.com Git - infobot.git/commitdiff
+A fix?
authortimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Sat, 7 Dec 2002 07:37:44 +0000 (07:37 +0000)
committertimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Sat, 7 Dec 2002 07:37:44 +0000 (07:37 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@747 c11ca15a-4712-0410-83d8-924469b57eb5

src/Modules/UserDCC.pl

index bd06b8aa25fc84e834615fbe755250e916504b7f..262276424dc563d0be3c2d80350a5b83b818564c 100644 (file)
@@ -1369,8 +1369,7 @@ sub userDCC {
     }
 
     # quite a cool hack: reply in DCC CHAT.
-    # FIXME broken for +A
-    #$msgType = "chat";
+    $msgType = "chat" if (exists $dcc{'CHAT'}{$who});
 
     my $done = 0;
     $done++ if &parseCmdHook("main", $message);