mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
tweak wording of "out of networks" errors
This commit is contained in:
@@ -495,7 +495,7 @@ void CClient::UserCommand(CString& sLine) {
|
||||
" - Detached: " + CString(uNumDetached) + " - Disabled: " + CString(uNumDisabled));
|
||||
} else if (sCommand.Equals("ADDNETWORK")) {
|
||||
if (!m_pUser->IsAdmin() && !m_pUser->HasSpaceForNewNetwork()) {
|
||||
PutStatus("Network number limit reached. Ask an admin to increase the limit for you, or delete few old ones using /znc DelNetwork <name>");
|
||||
PutStatus("Network number limit reached. Ask an admin to increase the limit for you, or delete unneeded networks using /znc DelNetwork <name>");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user