X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/e742a9e9e79d56f21f1703c37f2e80f013713fa3..7baa37a9ef4c66708d7505dfda182339461232cf:/modules/m_topic.c diff --git a/modules/m_topic.c b/modules/m_topic.c index 83dbe693..6ab83765 100644 --- a/modules/m_topic.c +++ b/modules/m_topic.c @@ -47,7 +47,7 @@ static int m_topic(struct MsgBuf *, struct Client *, struct Client *, int, const static int ms_topic(struct MsgBuf *, struct Client *, struct Client *, int, const char **); struct Message topic_msgtab = { - "TOPIC", 0, 0, 0, MFLG_SLOW, + "TOPIC", 0, 0, 0, 0, {mg_unreg, {m_topic, 2}, {m_topic, 2}, {ms_topic, 5}, mg_ignore, {m_topic, 2}} };