'hunder2' -> 'hunter2'. meme typos D:

This commit is contained in:
jesopo 2019-06-04 09:30:33 +01:00
parent 896dd31e97
commit d3cb7dc5cd

View file

@ -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: