From 7e6f1e81284863709623622623dbce5a0c85cc1e Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Sat, 18 Feb 2012 22:52:23 -0500 Subject: [PATCH] soxred93 -> tparis; toolserver account expired --- earwigbot/commands/editcount.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/earwigbot/commands/editcount.py b/earwigbot/commands/editcount.py index 84101e7..7417ff9 100644 --- a/earwigbot/commands/editcount.py +++ b/earwigbot/commands/editcount.py @@ -53,6 +53,6 @@ class Command(BaseCommand): return safe = quote_plus(user.name()) - url = "http://toolserver.org/~soxred93/pcount/index.php?name={0}&lang=en&wiki=wikipedia" + url = "http://toolserver.org/~tparis/pcount/index.php?name={0}&lang=en&wiki=wikipedia" msg = "\x0302{0}\x0301 has {1} edits ({2})." self.connection.reply(data, msg.format(name, count, url.format(safe)))