Procházet zdrojové kódy

Remove references to haiku

master
Thomas Mannay GitHub před 6 roky
rodič
revize
ccff7d408c
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: 4AEE18F83AFDEB23
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +2
    -2
      seddy.py

+ 2
- 2
seddy.py Zobrazit soubor

@@ -70,13 +70,13 @@ def seddy(sed, history, parser):
regex = parser.split(sed)

if len(regex) < 4:
return choice(haiku)
return False
if 'i' in regex[3]:
f |= re.I
try:
msg = history.find(regex[1], f)
except:
return choice(haiku)
return False
if "g" in regex[3]:
res = msg_replace(regex[1], regex[2], msg, 0, f)
else:


Načítá se…
Zrušit
Uložit