]> jfr.im git - solanum.git/blobdiff - modules/m_oper.c
s_user: clean up return types and can YES/NO.
[solanum.git] / modules / m_oper.c
index 62e94ffcf93ec7dc3d4613e4ddc1a023a0bd00b5..9ec15a5e075248f80ea0d827f888af3ebd277c49 100644 (file)
@@ -47,7 +47,10 @@ struct Message oper_msgtab = {
 };
 
 mapi_clist_av1 oper_clist[] = { &oper_msgtab, NULL };
-DECLARE_MODULE_AV2(oper, NULL, NULL, oper_clist, NULL, NULL, NULL, NULL, NULL);
+
+static const char oper_desc[] = "Provides the OPER command to become an IRC operator";
+
+DECLARE_MODULE_AV2(oper, NULL, NULL, oper_clist, NULL, NULL, NULL, NULL, oper_desc);
 
 static int match_oper_password(const char *password, struct oper_conf *oper_p);