Update default server and channel to Libera.Chat

Previously, the default installation of Konversation pointed to the defunct Freenode TDE channel; after this commit, it now by default includes only the TDE channel on Libera.Chat and enables SSL by default.

Signed-off-by: LianBg <trinitygit@bunbun.de>
pull/9/head
LianBg 11 months ago
parent cfe04adb2d
commit a3a58e9547

@ -71,8 +71,9 @@ Preferences::Preferences()
Konversation::ServerGroupSettingsPtr serverGroup = new Konversation::ServerGroupSettings;
serverGroup->setName("Trinity IRC");
Konversation::ServerSettings server;
server.setHost("irc.freenode.net");
server.setPort(8001);
server.setHost("irc.libera.chat");
server.setPort(6697);
server.setSSLEnabled(true);
serverGroup->addServer(server);
serverGroup->setIdentityId(mIdentity->id());
Konversation::ChannelSettings channel;

Loading…
Cancel
Save