From: dondelelcaro Date: Sun, 9 Mar 2014 04:38:43 +0000 (+0000) Subject: add missing comma X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=887c0adfbf7c5b598c4e9ce43c235f580e2c5878;p=infobot.git add missing comma git-svn-id: https://svn.code.sf.net/p/infobot/code/branches/don/dpkg@1942 c11ca15a-4712-0410-83d8-924469b57eb5 --- diff --git a/src/Factoids/Question.pl b/src/Factoids/Question.pl index e4e35c1..c0cd087 100644 --- a/src/Factoids/Question.pl +++ b/src/Factoids/Question.pl @@ -223,7 +223,7 @@ sub factoidArgs { # it does not matter if it's not alphabetically sorted. foreach ( (sort { length($b) <=> length($a) } grep {$_ =~ /^\Q$chan \E/} @list), - (sort { length($b) <=> length($a) } grep {$_ =~ /^\Q_default \E/} @list) + (sort { length($b) <=> length($a) } grep {$_ =~ /^\Q_default \E/} @list), (sort { length($b) <=> length($a) } grep {$_ !~ /^(\Q$chan\E|default) /} @list) ) { next if (/#DEL#/); # deleted.