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


Завантаження…
Відмінити
Зберегти