From e91db691374cfef4a9b1a9807ff5f23c4e577750 Mon Sep 17 00:00:00 2001 From: timriker Date: Fri, 18 Feb 2005 09:07:11 +0000 Subject: [PATCH] nickometer may not always be... git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@1157 c11ca15a-4712-0410-83d8-924469b57eb5 --- blootbot/src/UserExtra.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blootbot/src/UserExtra.pl b/blootbot/src/UserExtra.pl index aa72c52..0479164 100644 --- a/blootbot/src/UserExtra.pl +++ b/blootbot/src/UserExtra.pl @@ -394,7 +394,7 @@ sub do_countrystats { push(@list, "$str ($_, $perc %)"); } - # TODO: move this into a scheduler like nickometer + # TODO: move this into a scheduler $msgType = "private"; &performStrictReply( &formListReply(0, "Country Stats ", @list) ); -- 2.39.5