]> jfr.im git - solanum.git/blobdiff - extensions/chm_operonly_compat.c
Merge pull request #288 from edk0/umode-o-split
[solanum.git] / extensions / chm_operonly_compat.c
index 86472a1c8aebabbf5f5add019bfe1304507f66ea..ef8f0b3eedc8b75c4959f157c45f5d1391883ecb 100644 (file)
@@ -9,13 +9,14 @@
 #include "ircd.h"
 #include "chmode.h"
 
+static const char chm_operonly_compat[] =
+       "Adds an emulated channel mode +O which is converted into mode +i and +I $o";
+
 static int _modinit(void);
 static void _moddeinit(void);
 static void chm_operonly(struct Client *source_p, struct Channel *chptr,
        int alevel, int parc, int *parn,
        const char **parv, int *errors, int dir, char c, long mode_type);
-static const char chm_operonly_compat[] =
-       "Adds an emulated channel mode +O which is converted into mode +i and +I $o";
 
 DECLARE_MODULE_AV2(chm_operonly_compat, _modinit, _moddeinit, NULL, NULL, NULL, NULL, NULL, chm_operonly_compat);