'hunder2' -> 'hunter2'. meme typos D:
This commit is contained in:
parent
896dd31e97
commit
d3cb7dc5cd
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ def _validate(s):
|
||||||
|
|
||||||
@utils.export("serverset", {"setting": "sasl",
|
@utils.export("serverset", {"setting": "sasl",
|
||||||
"help": "Set the sasl username/password for this server",
|
"help": "Set the sasl username/password for this server",
|
||||||
"validate": _validate, "example": "PLAIN BitBot:hunder2"})
|
"validate": _validate, "example": "PLAIN BitBot:hunter2"})
|
||||||
class Module(ModuleManager.BaseModule):
|
class Module(ModuleManager.BaseModule):
|
||||||
def _best_userpass_mechanism(self, mechanisms):
|
def _best_userpass_mechanism(self, mechanisms):
|
||||||
for potential_mechanism in USERPASS_MECHANISMS:
|
for potential_mechanism in USERPASS_MECHANISMS:
|
||||||
|
|
Loading…
Reference in a new issue