diff options
-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, |