From: timriker Date: Thu, 27 Feb 2003 17:05:51 +0000 (+0000) Subject: shorten X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=7617b601570be0aeb64bea2d3028b432f2b4d48e;p=infobot.git shorten git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@771 c11ca15a-4712-0410-83d8-924469b57eb5 --- diff --git a/src/UserExtra.pl b/src/UserExtra.pl index e39fa2a..1511649 100644 --- a/src/UserExtra.pl +++ b/src/UserExtra.pl @@ -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'}).