Auto Identify works now. Also newly created networks will have sane defaults as well :)
[quassel.git] / src / core / coresession.cpp
index 54457c7..bce4cf7 100644 (file)
@@ -142,6 +142,7 @@ void CoreSession::loadSettings() {
       info.autoReconnectInterval = 60;
       info.autoReconnectRetries = 20;
       info.useAutoIdentify = false;
       info.autoReconnectInterval = 60;
       info.autoReconnectRetries = 20;
       info.useAutoIdentify = false;
+      info.autoIdentifyService = "NickServ";
       info.rejoinChannels = true;
 
       Core::updateNetwork(user(), info);
       info.rejoinChannels = true;
 
       Core::updateNetwork(user(), info);