mirror of
https://github.com/znc/znc.git
synced 2026-06-28 22:11:14 +02:00
Print VHost in WriteConfig()
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@456 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -337,6 +337,7 @@ bool CUser::WriteConfig(CFile& File) {
|
||||
PrintLine(File, "AltNick", GetAltNick());
|
||||
PrintLine(File, "Ident", GetIdent());
|
||||
PrintLine(File, "RealName", GetRealName());
|
||||
PrintLine(File, "VHost", GetVHost());
|
||||
PrintLine(File, "AwaySuffix", GetAwaySuffix());
|
||||
PrintLine(File, "StatusPrefix", GetStatusPrefix());
|
||||
PrintLine(File, "KeepNick", CString((GetKeepNick()) ? "true" : "false"));
|
||||
|
||||
Reference in New Issue
Block a user