mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-23 10:34:19 +01:00
conf.py: remove part about server-specific password for supybot.networks.<network>.sasl.password.
This commit is contained in:
parent
dcaefbdcf5
commit
c8c2f125a1
@ -283,9 +283,8 @@ def registerNetwork(name, username='', password='', ssl=False):
|
|||||||
be the bot's account name. Due to the way SASL works, you can't use
|
be the bot's account name. Due to the way SASL works, you can't use
|
||||||
any grouped nick.""") % name, private=False))
|
any grouped nick.""") % name, private=False))
|
||||||
registerGlobalValue(sasl, 'password', registry.String(password,
|
registerGlobalValue(sasl, 'password', registry.String(password,
|
||||||
_("""Determines what SASL password will be used on %s. Yes, we know
|
_("""Determines what SASL password will be used on %s.""") \
|
||||||
that technically passwords are server-specific and not network-specific,
|
% name, private=True))
|
||||||
but this is the best we can do right now.""") % name, private=True))
|
|
||||||
return network
|
return network
|
||||||
|
|
||||||
# Let's fill our networks.
|
# Let's fill our networks.
|
||||||
|
Loading…
Reference in New Issue
Block a user