diff --git a/modules/channel_op.py b/modules/channel_op.py index ae9b02a3..76ffb176 100644 --- a/modules/channel_op.py +++ b/modules/channel_op.py @@ -8,7 +8,7 @@ from src import ModuleManager, utils QUIET_METHODS = { "qmode": ["q", "", "728", "729"], "insp": ["b", "m:", "367", "368"], - "insp": ["b", "~q:", "367", "368"] + "unreal": ["b", "~q:", "367", "368"] } KICK_REASON = "your behavior is not conducive to the desired environment"