]> git.donarmstrong.com Git - infobot.git/commitdiff
shorten
authortimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Thu, 27 Feb 2003 17:05:51 +0000 (17:05 +0000)
committertimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Thu, 27 Feb 2003 17:05:51 +0000 (17:05 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@771 c11ca15a-4712-0410-83d8-924469b57eb5

src/UserExtra.pl

index e39fa2a740ad8a7650b9556122fdec1a53ebd812..1511649a078cbeb92753ac50103395a546f83381 100644 (file)
@@ -803,11 +803,11 @@ sub userCommands {
        "Since $startString, there have been".
          " \002$count{'Update'}\002 ".
                &fixPlural("modification", $count{'Update'}).
-         " and \002$count{'Question'}\002 ".
+         ", \002$count{'Question'}\002 ".
                &fixPlural("question",$count{'Question'}).
-         " and \002$count{'Dunno'}\002 ".
+         ", \002$count{'Dunno'}\002 ".
                &fixPlural("dunno",$count{'Dunno'}).
-         " and \002$count{'Moron'}\002 ".
+         ", \002$count{'Moron'}\002 ".
                &fixPlural("moron",$count{'Moron'}).
          " and \002$count{'Commands'}\002 ".
                &fixPlural("command",$count{'Commands'}).