]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - modules/core/m_mode.c
Merge.
[irc/rqf/shadowircd.git] / modules / core / m_mode.c
index 53455199b050fe762cebb74e68247e617b977a44..fd1b18358b2fc8b837dc8f479828a7aff65d5222 100644 (file)
@@ -41,8 +41,6 @@
 #include "packet.h"
 #include "s_newconf.h"
 
-struct module_modes ModuleModes;
-
 static int m_mode(struct Client *, struct Client *, int, const char **);
 static int ms_mode(struct Client *, struct Client *, int, const char **);
 static int ms_tmode(struct Client *, struct Client *, int, const char **);
@@ -296,7 +294,7 @@ ms_bmask(struct Client *client_p, struct Client *source_p, int parc, const char
 
        case 'q':
                banlist = &chptr->quietlist;
-               mode_type = ModuleModes.CHFL_QUIET;
+               mode_type = CHFL_QUIET;
                mems = ALL_MEMBERS;
                break;