X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/04f832b7783aa1973717135a04aaa89d62b12e25..5bc95eaf4ad00897e6ff9b37225c2dd4399eadda:/extensions/no_locops.c diff --git a/extensions/no_locops.c b/extensions/no_locops.c index e8635044..7fc7d1b6 100644 --- a/extensions/no_locops.c +++ b/extensions/no_locops.c @@ -12,6 +12,8 @@ #include "s_conf.h" #include "s_newconf.h" +static const char no_locops_desc[] = "Disables local operators"; + static void h_nl_umode_changed(hook_data_umode_changed *); mapi_hfn_list_av1 nl_hfnlist[] = { @@ -19,7 +21,7 @@ mapi_hfn_list_av1 nl_hfnlist[] = { { NULL, NULL } }; -DECLARE_MODULE_AV2(no_locops, NULL, NULL, NULL, NULL, nl_hfnlist, NULL, NULL, NULL); +DECLARE_MODULE_AV2(no_locops, NULL, NULL, NULL, NULL, nl_hfnlist, NULL, NULL, no_locops_desc); static void h_nl_umode_changed(hook_data_umode_changed *hdata)