Explorar el Código

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

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

+ 2
- 0
irc/rc.py Ver fichero

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


Cargando…
Cancelar
Guardar