diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2014-03-01 18:30:35 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2014-03-01 18:30:35 +0000 |
commit | bf515e253e51887a9f7dff4fc594f3269518a91a (patch) | |
tree | bc0d9afb04cfbd964c4d1aa42b0bc3c4c7063352 /modules | |
parent | 62d98b1aa43bd45ee3fcbc3475025fcc717e193e (diff) |
- 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
Diffstat (limited to 'modules')
-rw-r--r-- | modules/m_stats.c | 4 |
1 files changed, 0 insertions, 4 deletions
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)) |