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:
|
if server.quiet:
|
||||||
return 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:
|
if quiet_method in QUIET_METHODS:
|
||||||
return QUIET_METHODS[quiet_method]
|
return QUIET_METHODS[quiet_method]
|
||||||
|
|
Loading…
Reference in a new issue