]> jfr.im git - solanum.git/blobdiff - extensions/chm_operonly.c
Use opernames not servernames for remote opers
[solanum.git] / extensions / chm_operonly.c
index 458190dcdc3c7583f382703b87f89604c648a9ba..ba4df9dd8f9b6ee9206d1414e4c7891d51598cc4 100644 (file)
 #include "numeric.h"
 #include "chmode.h"
 
-static void h_can_join(hook_data_channel *);
 static const char chm_operonly_desc[] =
        "Adds channel mode +O which makes a channel operator-only";
 
+static void h_can_join(hook_data_channel *);
+
 mapi_hfn_list_av1 operonly_hfnlist[] = {
        { "can_join", (hookfn) h_can_join },
        { NULL, NULL }