]> jfr.im git - solanum.git/blobdiff - modules/chm_nocolour.c
Combine stats A output parameters (#35)
[solanum.git] / modules / chm_nocolour.c
index 3d52529dfde523a7f9223ffe69cad2a86f5c4344..265c7855a64256a755792f8325886718ba247aec 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * charybdis: an advanced ircd.
+ * Solanum: a slightly advanced ircd
  * chm_nocolour: strip colours (+c mode).
  *
  * Copyright (c) 2012 William Pitcock <nenolod@dereferenced.org>
@@ -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;
 
@@ -76,4 +79,4 @@ _moddeinit(void)
        cflag_orphan('c');
 }
 
-DECLARE_MODULE_AV2(chm_nocolour, _modinit, _moddeinit, NULL, NULL, chm_nocolour_hfnlist, NULL, NULL, NULL);
+DECLARE_MODULE_AV2(chm_nocolour, _modinit, _moddeinit, NULL, NULL, chm_nocolour_hfnlist, NULL, NULL, chm_nocolour_desc);