From 861d901401d80222a6860e2a26e8738aea435513 Mon Sep 17 00:00:00 2001 From: jesopo Date: Thu, 23 Jan 2020 10:17:11 +0000 Subject: fix duplicate "insp" QUIET_METHODS entry --- modules/channel_op.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') 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" -- cgit v1.3.1-10-gc9f91