From f042501bd572608bb31f946ed12aea873450672a 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/blootbot@354 c11ca15a-4712-0410-83d8-924469b57eb5 --- src/Modules/Topic.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.5