mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-26 20:59:27 +01:00
Merge pull request #1227 from GLolol/network/fix-getopts
Network: fix getopts key for --nossl
This commit is contained in:
commit
71c67f8773
@ -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