Explorar el Código

ugh, fix

tags/v0.1
Ben Kurtovic hace 13 años
padre
commit
c9d161b2fc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      irc/rc.py

+ 1
- 1
irc/rc.py Ver fichero

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


Cargando…
Cancelar
Guardar