Sfoglia il codice sorgente

Forgot the ping regex.

master
Thomas Mannay GitHub 6 anni fa
parent
commit
b8f5234066
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      seddy.py

+ 1
- 0
seddy.py Vedi File

@@ -13,6 +13,7 @@ send = '/tmp/{0}.out'.format(server)
parse_msg = re.compile(channel + ' :(.*)')
parse_sed = re.compile('(?<!\\\\)/')
is_sed = re.compile('^s/.*/.*')
ping = re.compile('PING :(.*)')

class Queue:
size = 0


Loading…
Annulla
Salva