Просмотр исходного кода

Remove references to haiku

master
Thomas Mannay GitHub 6 лет назад
Родитель
Сommit
ccff7d408c
Не найден GPG ключ соответствующий данной подписи Идентификатор GPG ключа: 4AEE18F83AFDEB23
1 измененных файлов: 2 добавлений и 2 удалений
  1. +2
    -2
      seddy.py

+ 2
- 2
seddy.py Просмотреть файл

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


Загрузка…
Отмена
Сохранить