default to quiet-method being unsupported
This commit is contained in:
parent
b6f10049f9
commit
11bf1d3f7b
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ class Module(ModuleManager.BaseModule):
|
|||
if server.quiet:
|
||||
return server.quiet
|
||||
|
||||
quiet_method = server.get_setting("quiet-method", "qmode").lower()
|
||||
quiet_method = server.get_setting("quiet-method", "none").lower()
|
||||
|
||||
if quiet_method in QUIET_METHODS:
|
||||
return QUIET_METHODS[quiet_method]
|
||||
|
|
Loading…
Reference in a new issue