]> jfr.im git - solanum.git/blobdiff - modules/m_operspy.c
AV2 descriptions for m_[no]*
[solanum.git] / modules / m_operspy.c
index b5e3250ba2ad4fc85d89c27c3e53cb2421a79d45..3158ead878676e4915e1684252f72b242c3766c0 100644 (file)
@@ -51,7 +51,11 @@ struct Message operspy_msgtab = {
 };
 
 mapi_clist_av1 operspy_clist[] = { &operspy_msgtab, NULL };
-DECLARE_MODULE_AV2(operspy, NULL, NULL, operspy_clist, NULL, NULL, NULL, NULL, NULL);
+
+static const char operspy_desc[] =
+       "Provides the operspy facility for viewing normally private data";
+
+DECLARE_MODULE_AV2(operspy, NULL, NULL, operspy_clist, NULL, NULL, NULL, NULL, operspy_desc);
 
 /* ms_operspy()
  *