瀏覽代碼

Remove references to haiku

master
Thomas Mannay GitHub 6 年之前
父節點
當前提交
ccff7d408c
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 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:


Loading…
取消
儲存