瀏覽代碼

ugh, fix

tags/v0.1
Ben Kurtovic 13 年之前
父節點
當前提交
c9d161b2fc
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      irc/rc.py

+ 1
- 1
irc/rc.py 查看文件

@@ -40,7 +40,7 @@ class RC(object):
event_type = "protection" # "New protection:"
elif flags == "create":
event_type = "user" # "New user:"
if page = "Special:Log/move":
if page == "Special:Log/move":
event_type = "move" # New move:
else:
event_type = "edit" # "New edit:"


Loading…
取消
儲存