X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/c88cdb00957d1bafae4587343b5ab7df14b75f8b..9e5c31ea0d2f21e1eb4f761606f1b5dbaa34c2bb:/extensions/spy_stats_notice.c diff --git a/extensions/spy_stats_notice.c b/extensions/spy_stats_notice.c index 240050f2..6bc23141 100644 --- a/extensions/spy_stats_notice.c +++ b/extensions/spy_stats_notice.c @@ -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_stats_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 uses STATS"; + void show_stats(hook_data_int *); mapi_hfn_list_av1 stats_hfnlist[] = { @@ -35,7 +35,7 @@ mapi_hfn_list_av1 stats_hfnlist[] = { {NULL, NULL} }; -DECLARE_MODULE_AV1(stats_spy, NULL, NULL, NULL, NULL, stats_hfnlist, "$Revision: 498 $"); +DECLARE_MODULE_AV2(stats_spy, NULL, NULL, NULL, NULL, stats_hfnlist, NULL, NULL, spy_desc); void show_stats(hook_data_int *data)