mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-14 14:49:21 +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:
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user