From 877487b059946b5d280f243023ac0b6b308a36a3 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/blootbot@1157 c11ca15a-4712-0410-83d8-924469b57eb5 --- src/UserExtra.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) ); -- 2.39.2