Sfoglia il codice sorgente

Fix own stupidity

master
Thomas Mannay GitHub 7 anni fa
parent
commit
1942431d3c
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. +2
    -1
      seddy.py

+ 2
- 1
seddy.py Vedi File

@@ -121,6 +121,7 @@ if __name__ == "__main__":
if '.source ' + nick in msg[:8 + len(nick)]:
notice('[Python] https://github.com/sys-fs/seddy')
elif is_sed.match(msg):
foo = ''.join(c for c in seddy(msg, history) if c not in '\r\n')
foo = seddy(msg,history)
foo = ''.join(c for c in foo if c not in '\r\n')
if foo != False:
privmsg(re.sub('\\\\/', '/', foo))

Loading…
Annulla
Salva