diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-01-18 20:24:11 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-01-18 20:24:11 +0000 |
commit | be8649f905fe20b74433e69cf989cd7847caa30f (patch) | |
tree | fb6ec92cbd336078d883610075345d37800f8973 /modules/m_rehash.c | |
parent | c2a2c00a42d709f75349e9dbfa114848202342d8 (diff) |
- m_rehash.c: FDLIMITS is no longer rehashable
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/trunk@1765 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'modules/m_rehash.c')
-rw-r--r-- | modules/m_rehash.c | 4 |
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; } } |