Merge commit 'refs/pull/722/head' of github.com:znc/znc

This commit is contained in:
Alexey Sokolov
2014-10-28 07:30:09 +00:00
+4
View File
@@ -78,6 +78,10 @@ public:
SetReason(sSavedReason, false);
}
// Set away on load, required if loaded via webadmin
if (GetNetwork()->IsIRCConnected() && !GetNetwork()->IsUserAttached())
SetAway(false);
return true;
}