ソースを参照

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 = []


読み込み中…
キャンセル
保存