Quellcode durchsuchen

Synonyms.

tags/v0.1^2
Ben Kurtovic vor 12 Jahren
Ursprung
Commit
a630138679
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. +1
    -0
      earwigbot/commands/dictionary.py

+ 1
- 0
earwigbot/commands/dictionary.py Datei anzeigen

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


Laden…
Abbrechen
Speichern