Explorar el Código

Don't let seddy receive commands via privmsg

master
Thomas Mannay GitHub hace 7 años
padre
commit
a9e2c51d21
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      seddy.py

+ 1
- 1
seddy.py Ver fichero

@@ -10,7 +10,7 @@ gecos = 'A text processing bot'
receive = open('/tmp/' + server + '.in', 'r')
send = open('/tmp/' + server + '.out', 'w')

parse_msg = re.compile(' :(.*)')
parse_msg = re.compile(channel + ' :(.*)')
parse_sed = re.compile('(?<!\\\\)/')
is_sed = re.compile('^s/.*/.*')



Cargando…
Cancelar
Guardar