From: dms Date: Tue, 6 Feb 2001 12:42:23 +0000 (+0000) Subject: ok from "topic -mod" => /msg only! X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f042501bd572608bb31f946ed12aea873450672a;p=infobot.git ok from "topic -mod" => /msg only! git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@354 c11ca15a-4712-0410-83d8-924469b57eb5 --- diff --git a/src/Modules/Topic.pl b/src/Modules/Topic.pl index c28ad87..ac24b14 100644 --- a/src/Modules/Topic.pl +++ b/src/Modules/Topic.pl @@ -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; }