소스 검색

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


불러오는 중...
취소
저장