mirror of
https://github.com/anope/anope.git
synced 2026-06-30 17:26:39 +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:
@@ -202,10 +202,6 @@ void get_chanserv_stats(long *nrec, long *memuse)
|
||||
mem += sizeof(*ci);
|
||||
if (ci->desc)
|
||||
mem += strlen(ci->desc) + 1;
|
||||
if (ci->url)
|
||||
mem += strlen(ci->url) + 1;
|
||||
if (ci->email)
|
||||
mem += strlen(ci->email) + 1;
|
||||
mem += ci->GetAccessCount() * sizeof(ChanAccess);
|
||||
mem += ci->GetAkickCount() * sizeof(AutoKick);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user