|
|
@@ -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))) |