mirror of
https://github.com/moparisthebest/Yaaic
synced 2024-10-31 15:35:04 -04:00
IRCBinder: use setUseSSL() on connection
This commit is contained in:
parent
d36ec2673e
commit
ae08daf81a
@ -68,6 +68,7 @@ public class IRCBinder extends Binder
|
||||
connection.setNickname(server.getIdentity().getNickname());
|
||||
connection.setIdent(server.getIdentity().getIdent());
|
||||
connection.setRealName(server.getIdentity().getRealName());
|
||||
connection.setUseSSL(server.useSSL());
|
||||
|
||||
if (server.getCharset() != null) {
|
||||
connection.setEncoding(server.getCharset());
|
||||
|
Loading…
Reference in New Issue
Block a user