From bf515e253e51887a9f7dff4fc594f3269518a91a Mon Sep 17 00:00:00 2001 From: michael Date: Sat, 1 Mar 2014 18:30:35 +0000 Subject: - m_stats.c, conf.h: removed unused CONF_FLAGS_LIMIT_IP and CONF_FLAGS_NOMATCH_IP definitions git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@3082 82007160-df01-0410-b94d-b575c5fd34c7 --- modules/m_stats.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'modules') diff --git a/modules/m_stats.c b/modules/m_stats.c index 27fc660..aa5dc66 100644 --- a/modules/m_stats.c +++ b/modules/m_stats.c @@ -856,16 +856,12 @@ show_iline_prefix(const struct Client *sptr, const struct MaskItem *conf) *prefix_ptr++ = '<'; if (IsNoTilde(conf)) *prefix_ptr++ = '-'; - if (IsLimitIp(conf)) - *prefix_ptr++ = '!'; if (IsNeedIdentd(conf)) *prefix_ptr++ = '+'; if (!IsNeedPassword(conf)) *prefix_ptr++ = '&'; if (IsConfExemptResv(conf)) *prefix_ptr++ = '$'; - if (IsNoMatchIp(conf)) - *prefix_ptr++ = '%'; if (IsConfDoSpoofIp(conf)) *prefix_ptr++ = '='; if (MyOper(sptr) && IsConfExemptKline(conf)) -- cgit