Selaa lähdekoodia

Forgot the ping regex.

master
Thomas Mannay GitHub 6 vuotta sitten
vanhempi
commit
b8f5234066
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. +1
    -0
      seddy.py

+ 1
- 0
seddy.py Näytä tiedosto

@@ -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…
Peruuta
Tallenna