Selaa lähdekoodia

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

tags/v0.1
Ben Kurtovic 13 vuotta sitten
vanhempi
commit
f403e13982
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. +2
    -0
      irc/rc.py

+ 2
- 0
irc/rc.py Näytä tiedosto

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


Ladataan…
Peruuta
Tallenna