From d7d9c8279de11b4eab128a1058982f3bec490db6 Mon Sep 17 00:00:00 2001 From: timriker Date: Thu, 27 Feb 2003 17:05:51 +0000 Subject: [PATCH] shorten git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@771 c11ca15a-4712-0410-83d8-924469b57eb5 --- blootbot/src/UserExtra.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/blootbot/src/UserExtra.pl b/blootbot/src/UserExtra.pl index e39fa2a..1511649 100644 --- a/blootbot/src/UserExtra.pl +++ b/blootbot/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'}). -- 2.39.5