Update sweebridge.py

This commit is contained in:
Nova Cat 2024-12-31 22:59:05 -08:00
parent eef801de4e
commit e9bbbaa194

View file

@ -278,7 +278,7 @@ def ircsession(platform:str, sock:bot_irc):
nick = text.split(" ")[0][1:].split("!")[0]
target = targets[platform][channel_irc]
flags = config[target][platform]["flags"]
if flags["nosystem"] == "none": # Both 'partial' and 'full' block MODE.
if flags["nosystem"] == "disable": # Both 'partial' and 'full' block MODE.
if "guilded" in config[target]:
gilwebhook = config[target]["guilded"]["webhook"]
guilded_enable = True