Sfoglia il codice sorgente

hehe, I knew that

tags/v0.1
Ben Kurtovic 13 anni fa
parent
commit
217ef360e1
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      irc/rc.py

+ 1
- 1
irc/rc.py Vedi 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 self.page == "Special:Log/move":
event_type = "move" # New move:
else:
event_type = "edit" # "New edit:"


Caricamento…
Annulla
Salva