Browse Source

ugh, fix

tags/v0.1
Ben Kurtovic 13 years ago
parent
commit
c9d161b2fc
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:"
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…
Cancel
Save