X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=ircd%2Fm_stats.c;h=a6cda1563501caebed7a8b6629eb4ce28c4bbf7b;hb=cc05a230ac079fa15a2e43e6e68ef7126128cefd;hp=e4c9e939e4bcb49deab26cce57034cf6f2bb77df;hpb=b8294f6c0db86ec8d204b0fda51070f3a415fb57;p=ircu2.10.12-pk.git diff --git a/ircd/m_stats.c b/ircd/m_stats.c index e4c9e93..a6cda15 100644 --- a/ircd/m_stats.c +++ b/ircd/m_stats.c @@ -362,7 +362,7 @@ int m_stats(struct Client* cptr, struct Client* sptr, int parc, char* parv[]) #ifdef HEAD_IN_SAND_STATS_M return m_not_oper(sptr,cptr,parc,parv); #else -#if !defined(NDEBUG) +#if defined(MDEBUG) send_reply(sptr, RPL_STATMEMTOT, fda_get_byte_count(), fda_get_block_count()); #endif @@ -667,7 +667,7 @@ int ms_stats(struct Client* cptr, struct Client* sptr, int parc, char* parv[]) break; } case 'M': -#if !defined(NDEBUG) +#if defined(MDEBUG) send_reply(sptr, RPL_STATMEMTOT, fda_get_byte_count(), fda_get_block_count()); #endif @@ -887,7 +887,7 @@ int mo_stats(struct Client* cptr, struct Client* sptr, int parc, char* parv[]) } break; case 'M': -#if !defined(NDEBUG) +#if defined(MDEBUG) send_reply(sptr, RPL_STATMEMTOT, fda_get_byte_count(), fda_get_block_count()); #endif