]> jfr.im git - solanum.git/blobdiff - extensions/chm_quietunreg_compat.c
callerid: actually the guard should be for source_p
[solanum.git] / extensions / chm_quietunreg_compat.c
index 607a4d74e9d544ac06ff5e5fc7870e0e50129610..6afe8e25a047ece87eb5486b46fa3609dcfebaf2 100644 (file)
 #include "ircd.h"
 #include "chmode.h"
 
+static const char chm_quietunreg_compat_desc[] =
+       "Adds an emulated channel mode +R which is converted into mode +q $~a";
+
 static int _modinit(void);
 static void _moddeinit(void);
 static void chm_quietunreg(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_quietunreg_compat_desc[] =
-       "Adds an emulated channel mode +R which is converted into mode +q $~a";
 
 DECLARE_MODULE_AV2(chm_quietunreg_compat, _modinit, _moddeinit, NULL, NULL, NULL, NULL, NULL, chm_quietunreg_compat_desc);