Selaa lähdekoodia

Merge ad1ff720b4 into 6be8fb48dd

pull/29/merge
GitHub Merge Button 12 vuotta sitten
vanhempi
commit
8cd57824af
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. +2
    -0
      earwigbot/commands/trout.py

+ 2
- 0
earwigbot/commands/trout.py Näytä tiedosto

@@ -38,6 +38,8 @@ class Trout(Command):
def process(self, data):
animal = data.command
target = " ".join(data.args) or data.nick
target = "himself" if target == "yourself" else target

normal = normalize("NFKD", target.decode("utf8")).lower()
if normal in self.exceptions:
self.reply(data, self.exceptions[normal])


Ladataan…
Peruuta
Tallenna