]> jfr.im git - solanum.git/blobdiff - extensions/chm_nonotice.c
Merge pull request #288 from edk0/umode-o-split
[solanum.git] / extensions / chm_nonotice.c
index 1948d74d659898bd936362f7a6e667ba17f05507..c2dcb6b2e66f88e715932abfa68a28e300b3fd59 100644 (file)
 #include "messages.h"
 #include "inline/stringops.h"
 
+static const char chm_nonotice_desc[] =
+       "Adds channel mode +T which blocks notices to the channel.";
+
 static unsigned int mode_nonotice;
 
 static void chm_nonotice_process(hook_data_privmsg_channel *);
-static const char chm_nonotice_desc[] =
-       "Adds channel mode +T which blocks notices to the channel.";
 
 mapi_hfn_list_av1 chm_nonotice_hfnlist[] = {
        { "privmsg_channel", (hookfn) chm_nonotice_process },