ソースを参照

say New move: instead of New edit: when a move occurs

tags/v0.1
Ben Kurtovic 13年前
コミット
f403e13982
1個のファイルの変更2行の追加0行の削除
  1. +2
    -0
      irc/rc.py

+ 2
- 0
irc/rc.py ファイルの表示

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


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