1
0
mirror of https://github.com/anope/anope.git synced 2026-06-30 16:46:38 +02:00

Added ns_set_misc and cs_set_misc.

These modules allows users to configure settable options in /ns and /cs set
that will be displayed in /ns and /cs info.
Removed os_info, cs_set_url, ns_set_url, cs_set_email, ns_set_icq
This commit is contained in:
Adam
2010-07-10 19:08:16 -04:00
parent 166d6f5d09
commit 4b1e76c3bb
32 changed files with 291 additions and 2355 deletions
-2
View File
@@ -123,8 +123,6 @@ void get_core_stats(long *nrec, long *memuse)
mem += strlen(nc->display) + 1;
if (!nc->pass.empty())
mem += (nc->pass.capacity() + (2 * sizeof(size_t)) + (2 * sizeof(void *)));
if (nc->url)
mem += strlen(nc->url) + 1;
if (nc->email)
mem += strlen(nc->email) + 1;
if (nc->greet)