Author: Kev <klmitch@mit.edu>
[ircu2.10.12-pk.git] / ircd / m_motd.c
index d08ded74893d3cdc53dcac116d4c492ef5d2c5d4..ba16ad602d4f0a5dd61ed98e5ae36dc47ed38902 100644 (file)
@@ -124,7 +124,7 @@ int m_motd(struct Client* cptr, struct Client* sptr, int parc, char* parv[])
       HUNTED_ISME)
     return 0;
 
-  return motd_send(sptr, motd_find(sptr));
+  return motd_send(sptr);
 }
 
 /*
@@ -147,5 +147,5 @@ int ms_motd(struct Client* cptr, struct Client* sptr, int parc, char* parv[])
       HUNTED_ISME)
     return 0;
 
-  return motd_send(sptr, motd_find(sptr));
+  return motd_send(sptr);
 }