conf.py: remove surrounding spaces around '=' for sasl_username.

This commit is contained in:
nyuszika7h 2011-09-14 11:39:00 +02:00
parent e140fc76f5
commit 25dcadfe68

View File

@ -258,7 +258,7 @@ class SpaceSeparatedSetOfChannels(registry.SpaceSeparatedListOf):
else:
return ircmsgs.join(channel)
def registerNetwork(name, password='', ssl=False, sasl_username = ''):
def registerNetwork(name, password='', ssl=False, sasl_username=''):
network = registerGroup(supybot.networks, name)
registerGlobalValue(network, 'password', registry.String(password,
_("""Determines what password will be used on %s. Yes, we know that