Przeglądaj źródła

Improve per-channel quieting.

tags/v0.3
Ben Kurtovic 8 lat temu
rodzic
commit
5479375ce2
1 zmienionych plików z 2 dodań i 1 usunięć
  1. +2
    -1
      earwigbot/managers.py

+ 2
- 1
earwigbot/managers.py Wyświetl plik

@@ -226,7 +226,8 @@ class CommandManager(_ResourceManager):
The special ``rc`` hook actually passes a :class:`~.RC` object.
"""
try:
if data.chan in self.bot.config.irc["frontend"]["quiet"]:
quiet = self.bot.config.irc["frontend"]["quiet"][data.chan]
if quiet is True or hook in quiet:
return
except KeyError:
pass


Ładowanie…
Anuluj
Zapisz