ソースを参照

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:"


読み込み中…
キャンセル
保存