X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=src%2FFactoids%2FQuestion.pl;fp=src%2FFactoids%2FQuestion.pl;h=44a50ec462d9d796bf0d75d5920402dc7a38ce0e;hb=9995a3748111425fcf205550d1ede9a911b08cb3;hp=836fc11c19b60188ea936df0a99a349b13dabed6;hpb=261e96b399924767e85e1e9201d5a6053e0253f3;p=infobot.git diff --git a/src/Factoids/Question.pl b/src/Factoids/Question.pl index 836fc11..44a50ec 100644 --- a/src/Factoids/Question.pl +++ b/src/Factoids/Question.pl @@ -210,7 +210,7 @@ sub factoidArgs { my @list = (&searchTable( 'factoids', 'factoid_key', 'factoid_key', "^$chan cmd: $first " ), &searchTable( 'factoids', 'factoid_key', 'factoid_key', "^_default cmd: $first " ), - &searchTable( 'factoids', 'factoid_key', 'factoid_key', "^cmd: $first " ); + &searchTable( 'factoids', 'factoid_key', 'factoid_key', "^cmd: $first " )); &DEBUG("chan is $chan, first is $first; searching for '^$chan cmd: $first' ");