aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorGravatar jesopo2020-01-23 10:17:11 +0000
committerGravatar jesopo2020-01-23 10:17:11 +0000
commit861d901401d80222a6860e2a26e8738aea435513 (patch)
treede5d85f4db3daf4acfd8b09f2699e3c4cb7c6c18 /modules
parentadd "!clear quiets|mutes" (diff)
signature
fix duplicate "insp" QUIET_METHODS entry
Diffstat (limited to 'modules')
-rw-r--r--modules/channel_op.py2
1 files changed, 1 insertions, 1 deletions
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"