Browse Source

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

tags/v0.1
Ben Kurtovic 13 years ago
parent
commit
f403e13982
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      irc/rc.py

+ 2
- 0
irc/rc.py View File

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


Loading…
Cancel
Save