]> jfr.im git - solanum.git/blobdiff - modules/chm_nocolour.c
Move module description headers to the top
[solanum.git] / modules / chm_nocolour.c
index 84244ea64f019ff84e5db53cdb370940f9a9f86c..0a39c12f89ccb7e05ff932cc0973215dcdcd04c3 100644 (file)
@@ -34,6 +34,9 @@
 #include "chmode.h"
 #include "inline/stringops.h"
 
+static const char chm_nocolour_desc[] =
+       "Enables channel mode +c that filters colours and formatting from a channel";
+
 static char buf[BUFSIZE];
 static unsigned int mode_nocolour;
 
@@ -44,9 +47,6 @@ mapi_hfn_list_av1 chm_nocolour_hfnlist[] = {
        { NULL, NULL }
 };
 
-static const char chm_nocolour_desc[] =
-       "Enables channel mode +c that filters colours and formatting from a channel";
-
 static void
 chm_nocolour_process(hook_data_privmsg_channel *data)
 {