]> jfr.im git - solanum.git/blobdiff - extensions/m_webirc.c
Move module description headers to the top
[solanum.git] / extensions / m_webirc.c
index fe0a4ae2a5d449680a6643af435cf1ed2a3010fb..60c9de7cf80227eef9f820d06fe94e8a62eb6c8c 100644 (file)
@@ -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);
 
 /*