summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/m_rehash.c10
-rw-r--r--modules/m_set.c2
2 files changed, 0 insertions, 12 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,
diff --git a/modules/m_set.c b/modules/m_set.c
index 8c2e651..4fa1970 100644
--- a/modules/m_set.c
+++ b/modules/m_set.c
@@ -231,8 +231,6 @@ quote_max(struct Client *source_p, int newval)
{
if (newval > 0)
{
- recalc_fdlimit(NULL);
-
if (newval > MAXCLIENTS_MAX)
{
sendto_one(source_p,