]> git.donarmstrong.com Git - infobot.git/commitdiff
ok from "topic -mod" => /msg only!
authordms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Tue, 6 Feb 2001 12:42:23 +0000 (12:42 +0000)
committerdms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Tue, 6 Feb 2001 12:42:23 +0000 (12:42 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@354 c11ca15a-4712-0410-83d8-924469b57eb5

src/Modules/Topic.pl

index c28ad877325c7ea990b56af8820aab9b8c8bb96d..ac24b1422539eb365a64c1f24bff8c2cd9fdc943 100644 (file)
@@ -99,7 +99,7 @@ sub topicNew {
 
   # notification that the topic was altered.
   if (!$topicUpdate) {         # for cached changes with '-'.
-    &performReply("okay");
+    &msg($who, "okay");
     return 1;
   }