From 4f3cdf0a020a60afc366c35b92fafae1e27da11f Mon Sep 17 00:00:00 2001 From: timriker Date: Thu, 21 Aug 2003 17:22:08 +0000 Subject: [PATCH] more info git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@805 c11ca15a-4712-0410-83d8-924469b57eb5 --- src/core.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core.pl b/src/core.pl index 7d3ac96..077298a 100644 --- a/src/core.pl +++ b/src/core.pl @@ -329,7 +329,7 @@ sub getChanConfDefault { if (exists $param{$what}) { if (!exists $cache{config}{$what}) { - &status("config ($chan): backward-compatible option: found param{$what} ($param{$what}) instead"); + &status("config ($chan): backward-compatible option: found param{$what} ($param{$what}) instead of chan option"); $cache{config}{$what} = 1; } -- 2.39.2