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…
Откажи
Сачувај