From: timriker Date: Fri, 18 Feb 2005 09:07:11 +0000 (+0000) Subject: nickometer may not always be... X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=877487b059946b5d280f243023ac0b6b308a36a3;p=infobot.git nickometer may not always be... git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@1157 c11ca15a-4712-0410-83d8-924469b57eb5 --- diff --git a/src/UserExtra.pl b/src/UserExtra.pl index aa72c52..0479164 100644 --- a/src/UserExtra.pl +++ b/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) );