mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +01:00
conf.py: remove surrounding spaces around '=' for sasl_username.
This commit is contained in:
parent
e140fc76f5
commit
25dcadfe68
@ -258,7 +258,7 @@ class SpaceSeparatedSetOfChannels(registry.SpaceSeparatedListOf):
|
|||||||
else:
|
else:
|
||||||
return ircmsgs.join(channel)
|
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)
|
network = registerGroup(supybot.networks, name)
|
||||||
registerGlobalValue(network, 'password', registry.String(password,
|
registerGlobalValue(network, 'password', registry.String(password,
|
||||||
_("""Determines what password will be used on %s. Yes, we know that
|
_("""Determines what password will be used on %s. Yes, we know that
|
||||||
|
Loading…
Reference in New Issue
Block a user