Procházet zdrojové kódy

make trout command change target yourself to himself

tags/v0.1^2
Emalee před 12 roky
rodič
revize
377cce1703
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. +2
    -0
      earwigbot/commands/trout.py

+ 2
- 0
earwigbot/commands/trout.py Zobrazit soubor

@@ -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"

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


Načítá se…
Zrušit
Uložit