diff --git a/modules/m_map.c b/modules/m_map.c index 5b05ef7ce..cb9d1e8e5 100644 --- a/modules/m_map.c +++ b/modules/m_map.c @@ -42,7 +42,7 @@ mapi_clist_av1 map_clist[] = { &map_msgtab, NULL }; static const char map_desc[] = "Provides the MAP command to view network topology information"; -DECLARE_MODULE_AV2(map, NULL, NULL, map_clist, NULL, NULL, NULL, NULL, map_clist); +DECLARE_MODULE_AV2(map, NULL, NULL, map_clist, NULL, NULL, NULL, NULL, map_desc); static void dump_map(struct Client *client_p, struct Client *root, char *pbuf); static void flattened_map(struct Client *client_p);