diff --git a/backends/libcommuni/ircnetworkplugin.cpp b/backends/libcommuni/ircnetworkplugin.cpp index 17981bf6e9e024996ca6e4d514ebdff2964739f5..d2130359f1ece1babdf994d45a2c13602480de19 100644 --- a/backends/libcommuni/ircnetworkplugin.cpp +++ b/backends/libcommuni/ircnetworkplugin.cpp @@ -74,9 +74,9 @@ void IRCNetworkPlugin::readData() { // Users can join the network without registering if we allow // one user to connect multiple IRC networks. NetworkPlugin::PluginConfig cfg; - if (m_servers.empty()) { +// if (m_servers.empty()) { cfg.setNeedRegistration(false); - } +// } cfg.setSupportMUC(true); cfg.disableJIDEscaping(); sendConfig(cfg);