Browse Source

hehe, I knew that

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

+ 1
- 1
irc/rc.py View File

@@ -40,7 +40,7 @@ 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":
if self.page == "Special:Log/move":
event_type = "move" # New move: event_type = "move" # New move:
else: else:
event_type = "edit" # "New edit:" event_type = "edit" # "New edit:"


Loading…
Cancel
Save