From c8c2f125a18d3dad8ed1b9ef7515dde95f201e63 Mon Sep 17 00:00:00 2001 From: nyuszika7h Date: Tue, 13 Sep 2011 17:01:18 +0200 Subject: [PATCH] conf.py: remove part about server-specific password for supybot.networks..sasl.password. --- src/conf.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/conf.py b/src/conf.py index fb90e17b1..d0169b7dc 100644 --- a/src/conf.py +++ b/src/conf.py @@ -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.