Start basic host blacklist support
This commit is contained in:
parent
e333089895
commit
96a9835593
2 changed files with 21 additions and 0 deletions
|
@ -234,3 +234,6 @@ if conf.get("emojis"):
|
|||
EMOJI_TPL = '<img src="https://cdn.jsdelivr.net/npm/twemoji@12.0.0/2/svg/{filename}.svg" alt="{raw}" class="emoji">'
|
||||
if conf.get("emoji_tpl"):
|
||||
EMOJI_TPL = conf["emoji_tpl"]
|
||||
|
||||
# Host blacklist
|
||||
BLACKLIST = conf.get("blacklist", [])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue