mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
Changed the log message for trying SSL with Socket driver to point people in the direction of Twisted.
This commit is contained in:
parent
49e74670a4
commit
6986bbad16
@ -65,8 +65,8 @@ class SocketDriver(drivers.IrcDriver, drivers.ServersMixin):
|
|||||||
self.reconnectWaits = reconnectWaits
|
self.reconnectWaits = reconnectWaits
|
||||||
#Only connect to non-SSL servers
|
#Only connect to non-SSL servers
|
||||||
if self.networkGroup.get('ssl').value:
|
if self.networkGroup.get('ssl').value:
|
||||||
drivers.log.error('The Socket driver can not connect to SSL \
|
drivers.log.error('The Socket driver can not connect to SSL '
|
||||||
servers. Stopping.')
|
'servers. Try the Twisted driver instead.')
|
||||||
else:
|
else:
|
||||||
self.connect()
|
self.connect()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user