From 36ad1362178afa777fb41884ba0e2a3c93df24cb Mon Sep 17 00:00:00 2001 From: michael Date: Wed, 3 Jul 2013 13:59:41 +0000 Subject: - Removed useless sanity checks - Fixed bug where remote /STATS requests were not rate limited git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2342 82007160-df01-0410-b94d-b575c5fd34c7 --- modules/m_motd.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'modules/m_motd.c') diff --git a/modules/m_motd.c b/modules/m_motd.c index 9dcc231..f84eeb4 100644 --- a/modules/m_motd.c +++ b/modules/m_motd.c @@ -92,9 +92,6 @@ static void mo_motd(struct Client *client_p, struct Client *source_p, int parc, char *parv[]) { - if (!IsClient(source_p)) - return; - if (hunt_server(client_p, source_p, ":%s MOTD :%s", 1, parc, parv) != HUNTED_ISME) return; -- cgit