From 8cc23eb00deba3420409e62b86b3faa88be4a2ad Mon Sep 17 00:00:00 2001 From: michael Date: Thu, 30 Jan 2014 18:14:04 +0000 Subject: - Really make do_admin() a void function... git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2966 82007160-df01-0410-b94d-b575c5fd34c7 --- modules/m_motd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/m_motd.c') diff --git a/modules/m_motd.c b/modules/m_motd.c index e7c487b..a0c76c1 100644 --- a/modules/m_motd.c +++ b/modules/m_motd.c @@ -37,7 +37,7 @@ #include "conf.h" -static int +static void do_motd(struct Client *source_p) { sendto_realops_flags(UMODE_SPY, L_ALL, SEND_NOTICE, -- cgit