]> git.donarmstrong.com Git - infobot.git/commitdiff
nickometer may not always be...
authortimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Fri, 18 Feb 2005 09:07:11 +0000 (09:07 +0000)
committertimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Fri, 18 Feb 2005 09:07:11 +0000 (09:07 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@1157 c11ca15a-4712-0410-83d8-924469b57eb5

src/UserExtra.pl

index aa72c528cee2d49010e84be5899734b3c9752626..047916436b1c6ccb445bdf676c25a0b0e195c6f7 100644 (file)
@@ -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) );