diff --git a/src/wolfgame.py b/src/wolfgame.py index 61a34a8..8e51e06 100644 --- a/src/wolfgame.py +++ b/src/wolfgame.py @@ -7347,7 +7347,7 @@ def allow_deny(cli, nick, chan, rest, mode): command = command[len(botconfig.CMD_CHAR):] if not rem: - if command in COMMANDS and command not in ("fdeny", "fallow", "fsend", "exec", "eval"): + if command in COMMANDS and command not in ("fdeny", "fallow", "fsend", "exec", "eval") and command not in variable[cloak]: variable[cloak].append(command) if mode == "allow": var.add_allow(cloak, command)