conf.py: remove part about server-specific password for supybot.networks.<network>.sasl.password.

This commit is contained in:
nyuszika7h 2011-09-13 17:01:18 +02:00
parent dcaefbdcf5
commit c8c2f125a1
1 changed files with 2 additions and 3 deletions

View File

@ -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
any grouped nick.""") % name, private=False))
registerGlobalValue(sasl, 'password', registry.String(password,
_("""Determines what SASL password will be used on %s. Yes, we know
that technically passwords are server-specific and not network-specific,
but this is the best we can do right now.""") % name, private=True))
_("""Determines what SASL password will be used on %s.""") \
% name, private=True))
return network
# Let's fill our networks.