mirror of
https://github.com/znc/znc.git
synced 2026-05-06 21:42:28 +02:00
makeconf: use username instead of nick as ident
Username and ident are more likely to match.
This commit is contained in:
@@ -684,7 +684,7 @@ bool CZNC::WriteNewConfig(const CString& sConfigFile) {
|
||||
if (!sAnswer.empty()) {
|
||||
vsLines.push_back("\tAltNick = " + sAnswer);
|
||||
}
|
||||
CUtils::GetInput("Ident", sAnswer, sNick);
|
||||
CUtils::GetInput("Ident", sAnswer, sUser);
|
||||
vsLines.push_back("\tIdent = " + sAnswer);
|
||||
CUtils::GetInput("Real Name", sAnswer, "Got ZNC?");
|
||||
vsLines.push_back("\tRealName = " + sAnswer);
|
||||
|
||||
Reference in New Issue
Block a user