diff options
| author | 2020-01-23 10:17:11 +0000 | |
|---|---|---|
| committer | 2020-01-23 10:17:11 +0000 | |
| commit | 861d901401d80222a6860e2a26e8738aea435513 (patch) | |
| tree | de5d85f4db3daf4acfd8b09f2699e3c4cb7c6c18 /modules | |
| parent | add "!clear quiets|mutes" (diff) | |
| signature | ||
fix duplicate "insp" QUIET_METHODS entry
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/channel_op.py | 2 |
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" |
