X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/04f832b7783aa1973717135a04aaa89d62b12e25..81e41406f4027dfef50dcd5ef33403661bea5995:/extensions/spy_trace_notice.c diff --git a/extensions/spy_trace_notice.c b/extensions/spy_trace_notice.c index d7f830fd..e4f5e567 100644 --- a/extensions/spy_trace_notice.c +++ b/extensions/spy_trace_notice.c @@ -26,6 +26,8 @@ #include "ircd.h" #include "send.h" +static const char spy_desc[] = "Sends a notice when someone uses TRACE or LTRACE"; + void show_trace(hook_data_client *); mapi_hfn_list_av1 trace_hfnlist[] = { @@ -33,7 +35,7 @@ mapi_hfn_list_av1 trace_hfnlist[] = { {NULL, NULL} }; -DECLARE_MODULE_AV2(trace_spy, NULL, NULL, NULL, NULL, trace_hfnlist, NULL, NULL, NULL); +DECLARE_MODULE_AV2(trace_spy, NULL, NULL, NULL, NULL, trace_hfnlist, NULL, NULL, spy_desc); void show_trace(hook_data_client *data)