mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +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
|
||||
#Only connect to non-SSL servers
|
||||
if self.networkGroup.get('ssl').value:
|
||||
drivers.log.error('The Socket driver can not connect to SSL \
|
||||
servers. Stopping.')
|
||||
drivers.log.error('The Socket driver can not connect to SSL '
|
||||
'servers. Try the Twisted driver instead.')
|
||||
else:
|
||||
self.connect()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user