]> jfr.im git - solanum.git/blobdiff - modules/core/m_nick.c
Add more core module descriptions
[solanum.git] / modules / core / m_nick.c
index e29e81a88c9a697160d9c01ee09f96f490f32a46..6b6af6989fba52906207651fa12fd27efa17f8de 100644 (file)
@@ -85,7 +85,10 @@ struct Message save_msgtab = {
 mapi_clist_av1 nick_clist[] = { &nick_msgtab, &uid_msgtab, &euid_msgtab,
        &save_msgtab, NULL };
 
-DECLARE_MODULE_AV2(nick, NULL, NULL, nick_clist, NULL, NULL, NULL, NULL, NULL);
+static const char nick_desc[] =
+       "Provides the NICK client and server commands as well as the UID, EUID, and SAVE TS6 server commands";
+
+DECLARE_MODULE_AV2(nick, NULL, NULL, nick_clist, NULL, NULL, NULL, NULL, nick_desc);
 
 static int change_remote_nick(struct Client *, struct Client *, time_t,
                              const char *, int);