From 39daafc9597c73dbe0ead092059a040008d43715 Mon Sep 17 00:00:00 2001 From: timriker Date: Tue, 23 Nov 2004 06:45:47 +0000 Subject: [PATCH] search -> Search git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@1072 c11ca15a-4712-0410-83d8-924469b57eb5 --- src/CommandStubs.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CommandStubs.pl b/src/CommandStubs.pl index e48e597..899c9ef 100644 --- a/src/CommandStubs.pl +++ b/src/CommandStubs.pl @@ -314,7 +314,7 @@ sub Modules { # list{keys|values}. xk++. Idea taken from #linuxwarez@EFNET if ($message =~ /^list(\S+)(\s+(.*))?$/i) { - return unless (&hasParam("search")); + return unless (&hasParam('Search')); my $thiscmd = lc $1; my $args = $3 || ""; -- 2.39.5