]> git.donarmstrong.com Git - infobot.git/commitdiff
old typo
authortimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Mon, 28 Feb 2005 23:18:41 +0000 (23:18 +0000)
committertimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Mon, 28 Feb 2005 23:18:41 +0000 (23:18 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@1192 c11ca15a-4712-0410-83d8-924469b57eb5

blootbot/src/DynaConfig.pl

index 59badae9a80d776b2c475362a01b885c19152715..4e5153fb29e9d2a7968fa18503f0fe198ec70d56 100644 (file)
@@ -276,7 +276,7 @@ sub readChanFile {
            $cache{negative} = 1;
 #          $chanconf{$chan}{$1} = 0;
 
-       } elsif (/^[\s\t]+(\S+)[\ss\t]+(.*)$/) {# what = val.
+       } elsif (/^[\s\t]+(\S+)[\s\t]+(.*)$/) {# what = val.
            $chanconf{$chan}{$1} = $2;
 
        } else {