]> jfr.im git - solanum.git/blobdiff - extensions/spy_motd_notice.c
Update news
[solanum.git] / extensions / spy_motd_notice.c
index 3a40955f03943e8413a94f2587c52e8d8861e6bd..1a6c123ed65324976c01b00ebe02f1af01b893b8 100644 (file)
@@ -18,8 +18,6 @@
  *  along with this program; if not, write to the Free Software
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
- *
- *  $Id: spy_motd_notice.c 498 2006-01-15 16:40:33Z jilles $
  */
 #include "stdinc.h"
 #include "modules.h"
@@ -28,6 +26,8 @@
 #include "ircd.h"
 #include "send.h"
 
+static const char spy_desc[] = "Sends a notice when someone looks at the MOTD";
+
 void show_motd(hook_data *);
 
 mapi_hfn_list_av1 motd_hfnlist[] = {
@@ -35,7 +35,7 @@ mapi_hfn_list_av1 motd_hfnlist[] = {
        {NULL, NULL}
 };
 
-DECLARE_MODULE_AV1(motd_spy, NULL, NULL, NULL, NULL, motd_hfnlist, "$Revision: 498 $");
+DECLARE_MODULE_AV2(motd_spy, NULL, NULL, NULL, NULL, motd_hfnlist, NULL, NULL, spy_desc);
 
 void
 show_motd(hook_data *data)