From bc89faebd1e22a07ec367e91317585a0f9ed6b24 Mon Sep 17 00:00:00 2001 From: Elizabeth Myers Date: Mon, 7 Mar 2016 02:37:33 -0600 Subject: [PATCH] m_map: oops... --- modules/m_map.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/m_map.c b/modules/m_map.c index 5b05ef7c..cb9d1e8e 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);