]> jfr.im git - solanum.git/blobdiff - extensions/chm_insecure.c
filter: add #defines for nick,user,host
[solanum.git] / extensions / chm_insecure.c
index b7ccd2f1784fe13184492ab58951b93436ee9922..14037e821e9495c2ca6dc4f17e6528ccffcdc2ec 100644 (file)
 #include "numeric.h"
 #include "chmode.h"
 
-static void h_can_join(hook_data_channel *);
 static const char chm_insecure_desc[] =
        "Adds channel mode +U that allows non-SSL users to join a channel, "
        "disallowing them by default";
 
+static void h_can_join(hook_data_channel *);
+
 mapi_hfn_list_av1 sslonly_hfnlist[] = {
        { "can_join", (hookfn) h_can_join },
        { NULL, NULL }