Update sweebridge.py
This commit is contained in:
parent
eef801de4e
commit
e9bbbaa194
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue