From 4fdbe1a8188bbc6c08edb0c42a0b7ada6d85bbc8 Mon Sep 17 00:00:00 2001 From: dms Date: Tue, 6 Feb 2001 12:42:23 +0000 Subject: [PATCH] ok from "topic -mod" => /msg only! git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@354 c11ca15a-4712-0410-83d8-924469b57eb5 --- blootbot/src/Modules/Topic.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.5