mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-22 18:39:31 +01:00
Config docs: remove reference to grouped nicks
Some networks (e.g. freenode) now allow usage of grouped nicks for SASL username
This commit is contained in:
parent
89ee801d47
commit
f24a17e5c4
@ -356,8 +356,7 @@ msgstr ""
|
||||
#: src/conf.py:415
|
||||
msgid ""
|
||||
"Determines what SASL username will be used on %s. This should\n"
|
||||
" be the bot's account name. Due to the way SASL works, you can't use\n"
|
||||
" any grouped nick."
|
||||
" be the bot's account name."
|
||||
msgstr ""
|
||||
|
||||
#: src/conf.py:419
|
||||
|
@ -409,8 +409,7 @@ def registerNetwork(name, password='', ssl=True, sasl_username='',
|
||||
sasl = registerGroup(network, 'sasl')
|
||||
registerGlobalValue(sasl, 'username', registry.String(sasl_username,
|
||||
_("""Determines what SASL username will be used on %s. This should
|
||||
be the bot's account name. Due to the way SASL works, you can't use
|
||||
any grouped nick.""") % name, private=False))
|
||||
be the bot's account name.""") % name, private=False))
|
||||
registerGlobalValue(sasl, 'password', registry.String(sasl_password,
|
||||
_("""Determines what SASL password will be used on %s.""") \
|
||||
% name, private=True))
|
||||
|
Loading…
Reference in New Issue
Block a user