diff options
Diffstat (limited to 'modules/m_rehash.c')
-rw-r--r-- | modules/m_rehash.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/modules/m_rehash.c b/modules/m_rehash.c index 488291d..b042e27 100644 --- a/modules/m_rehash.c +++ b/modules/m_rehash.c @@ -65,16 +65,6 @@ mo_rehash(struct Client *client_p, struct Client *source_p, and close/re-open res socket */ found = 1; } - else if (irccmp(parv[1], "FDLIMIT") == 0) - { - sendto_one(source_p, form_str(RPL_REHASHING), me.name, - source_p->name, "FDLIMIT"); - sendto_realops_flags(UMODE_ALL, L_ALL, SEND_NOTICE, - "%s is updating FDLIMIT", - get_oper_name(source_p)); - recalc_fdlimit(NULL); - found = 1; - } else if (irccmp(parv[1], "MOTD") == 0) { sendto_realops_flags(UMODE_ALL, L_ALL, SEND_NOTICE, |