瀏覽代碼

Synonyms.

tags/v0.1^2
Ben Kurtovic 12 年之前
父節點
當前提交
a630138679
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      earwigbot/commands/dictionary.py

+ 1
- 0
earwigbot/commands/dictionary.py 查看文件

@@ -118,6 +118,7 @@ class Dictionary(Command):
substitutions = [
("\[\[(.*?)\|(.*?)\]\]", r"\2"),
("\{\{alternative spelling of\|(.*?)\}\}", r"Alternative spelling of \1."),
("\{\{synonym of\|(.*?)\}\}", r"Synonym of \1."),
]

senses = []


Loading…
取消
儲存