mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Added "Connect to IRC & automatically re-connect" checkbox to webadmin.
Sets the internal "automatically connect" flag just like /msg *status connect and /msg *status disconnect do. Idea by Advis0r, thanks! git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1851 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
1
User.cpp
1
User.cpp
@@ -445,6 +445,7 @@ bool CUser::Clone(const CUser& User, CString& sErrorRet, bool bCloneChans) {
|
||||
// !CTCP Replies
|
||||
|
||||
// Flags
|
||||
SetIRCConnectEnabled(User.GetIRCConnectEnabled());
|
||||
SetKeepBuffer(User.KeepBuffer());
|
||||
SetMultiClients(User.MultiClients());
|
||||
SetBounceDCCs(User.BounceDCCs());
|
||||
|
||||
Reference in New Issue
Block a user