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

Added cs_entrymsg

This commit is contained in:
Adam
2010-11-23 16:48:54 -06:00
parent 7d1cfe9514
commit 37e02a3594
14 changed files with 272 additions and 158 deletions
-2
View File
@@ -169,8 +169,6 @@ void get_chanserv_stats(long *nrec, long *memuse)
if (!ci->last_topic.empty())
mem += ci->last_topic.length() + 1;
if (!ci->entry_message.empty())
mem += ci->entry_message.length() + 1;
if (!ci->forbidby.empty())
mem += ci->forbidby.length() + 1;
if (!ci->forbidreason.empty())