X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/e742a9e9e79d56f21f1703c37f2e80f013713fa3..7baa37a9ef4c66708d7505dfda182339461232cf:/modules/m_map.c diff --git a/modules/m_map.c b/modules/m_map.c index 2b7ba7ba..2f8c7ad2 100644 --- a/modules/m_map.c +++ b/modules/m_map.c @@ -36,7 +36,7 @@ static int m_map(struct MsgBuf *msgbuf_p, struct Client *client_p, struct Client static int mo_map(struct MsgBuf *msgbuf_p, struct Client *client_p, struct Client *source_p, int parc, const char *parv[]); struct Message map_msgtab = { - "MAP", 0, 0, 0, MFLG_SLOW, + "MAP", 0, 0, 0, 0, {mg_unreg, {m_map, 0}, mg_ignore, mg_ignore, mg_ignore, {mo_map, 0}} };