tweak wording of "out of networks" errors

This commit is contained in:
dgw
2013-11-21 03:48:53 -05:00
parent f6b8167e36
commit 2b3d40a501
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -732,7 +732,7 @@ class CAdminMod : public CModule {
}
if (!m_pUser->IsAdmin() && !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;
}