mirror of
https://github.com/znc/znc.git
synced 2026-08-07 01:13:25 +02:00
Upgrading to networks: Slightly rephrase a message
Someone was confused by the "[user]" part since he expected his username to be printed there. The fix: Just remove that part. Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
@@ -338,7 +338,7 @@ bool CUser::ParseConfig(CConfig* pConfig, CString& sError) {
|
||||
}
|
||||
|
||||
if (pNetwork) {
|
||||
CUtils::PrintMessage("NOTICE: Found deprecated config, upgrading to a network named [user]");
|
||||
CUtils::PrintMessage("NOTICE: Found deprecated config, upgrading to a network");
|
||||
|
||||
if (!pNetwork->ParseConfig(pConfig, sError, true)) {
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user