diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2014-01-30 18:14:04 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2014-01-30 18:14:04 +0000 |
commit | 8cc23eb00deba3420409e62b86b3faa88be4a2ad (patch) | |
tree | 67af6914612877028e3c62aacaa17572667ba878 /modules | |
parent | 899c358ffe3e478ee329916a9989a43fab10dbf7 (diff) |
- 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
Diffstat (limited to 'modules')
-rw-r--r-- | modules/m_motd.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, |