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=4fdbe1a8188bbc6c08edb0c42a0b7ada6d85bbc8;p=infobot.git ok from "topic -mod" => /msg only! git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@354 c11ca15a-4712-0410-83d8-924469b57eb5 --- diff --git a/blootbot/src/Modules/Topic.pl b/blootbot/src/Modules/Topic.pl index c28ad87..ac24b14 100644 --- a/blootbot/src/Modules/Topic.pl +++ b/blootbot/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; }