Pārlūkot izejas kodu

Remove references to haiku

master
Thomas Mannay GitHub pirms 6 gadiem
vecāks
revīzija
ccff7d408c
Šim parakstam datu bāzē netika atrasta zināma atslēga GPG atslēgas ID: 4AEE18F83AFDEB23
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. +2
    -2
      seddy.py

+ 2
- 2
seddy.py Parādīt failu

@@ -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:


Notiek ielāde…
Atcelt
Saglabāt