X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/cbeab4bc340b7b3f4fbf424ff327758defb9598a..6cac5cce0fedf3f0ed0de91d51539c8b8629fd9f:/extensions/spy_info_notice.c diff --git a/extensions/spy_info_notice.c b/extensions/spy_info_notice.c index 2c447096..01d60895 100644 --- a/extensions/spy_info_notice.c +++ b/extensions/spy_info_notice.c @@ -26,6 +26,8 @@ #include "ircd.h" #include "send.h" +static const char spy_desc[] = "Sends a notice when someone uses INFO"; + void show_info(hook_data *); mapi_hfn_list_av1 info_hfnlist[] = { @@ -33,7 +35,7 @@ mapi_hfn_list_av1 info_hfnlist[] = { {NULL, NULL} }; -DECLARE_MODULE_AV1(info_spy, NULL, NULL, NULL, NULL, info_hfnlist, "$Revision: 498 $"); +DECLARE_MODULE_AV2(info_spy, NULL, NULL, NULL, NULL, info_hfnlist, NULL, NULL, spy_desc); void show_info(hook_data *data)