diff --git a/sweebridge.py b/sweebridge.py index 9d4f2c7..9ba047e 100644 --- a/sweebridge.py +++ b/sweebridge.py @@ -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