X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/6287d57fa9dba722225ad3d18d33dcc3686421bf..eeabf33a7c34efbedce519f67b8b87e4c75a422f:/extensions/m_webirc.c diff --git a/extensions/m_webirc.c b/extensions/m_webirc.c index fe0a4ae2..60c9de7c 100644 --- a/extensions/m_webirc.c +++ b/extensions/m_webirc.c @@ -53,6 +53,8 @@ #include "s_conf.h" #include "reject.h" +static const char webirc_desc[] = "Adds support for the WebIRC system"; + static int mr_webirc(struct MsgBuf *msgbuf_p, struct Client *, struct Client *, int, const char **); struct Message webirc_msgtab = { @@ -62,8 +64,6 @@ struct Message webirc_msgtab = { mapi_clist_av1 webirc_clist[] = { &webirc_msgtab, NULL }; -static const char webirc_desc[] = "Adds support for the WebIRC system"; - DECLARE_MODULE_AV2(webirc, NULL, NULL, webirc_clist, NULL, NULL, NULL, NULL, webirc_desc); /*