瀏覽代碼

soxred93 -> tparis; toolserver account expired

tags/v0.1^2
Ben Kurtovic 12 年之前
父節點
當前提交
7e6f1e8128
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      earwigbot/commands/editcount.py

+ 1
- 1
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)))

Loading…
取消
儲存