summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/m_rehash.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/m_rehash.c b/modules/m_rehash.c
index b042e27..c768c4c 100644
--- a/modules/m_rehash.c
+++ b/modules/m_rehash.c
@@ -82,8 +82,8 @@ mo_rehash(struct Client *client_p, struct Client *source_p,
}
else
{
- sendto_one(source_p, ":%s NOTICE %s :rehash one of :DNS FDLIMIT "
- "MOTD", me.name, source_p->name);
+ sendto_one(source_p, ":%s NOTICE %s :rehash one of :DNS MOTD",
+ me.name, source_p->name);
return;
}
}