fix duplicate "insp" QUIET_METHODS entry
This commit is contained in:
parent
a6f8f51ee0
commit
861d901401
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue