mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-19 08:59:27 +01:00
Network: fix getopts key for --nossl
This commit is contained in:
parent
5db3faca7a
commit
9ace3004aa
@ -102,7 +102,7 @@ class Network(callbacks.Plugin):
|
||||
conf.supybot.networks().add(network)
|
||||
assert newIrc.callbacks is irc.callbacks, 'callbacks list is different'
|
||||
irc.replySuccess(_('Connection to %s initiated.') % network)
|
||||
connect = wrap(connect, ['owner', getopts({'ssl': ''}), 'something',
|
||||
connect = wrap(connect, ['owner', getopts({'nossl': ''}), 'something',
|
||||
additional('something'),
|
||||
additional('something', '')])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user