From: timriker Date: Tue, 23 Nov 2004 06:45:47 +0000 (+0000) Subject: search -> Search X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=39daafc9597c73dbe0ead092059a040008d43715;p=infobot.git search -> Search git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@1072 c11ca15a-4712-0410-83d8-924469b57eb5 --- 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 || "";