diff options
Diffstat (limited to 'modules/m_stats.c')
-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)) |