]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - src/chmode.c
autogen.sh is not necessary at this time, and did not work anyway.
[irc/rqf/shadowircd.git] / src / chmode.c
index 60fc901988c19775e5b883f851f66f947852381d..df59c336b136ac4beacfda14676f89dcc8064105 100644 (file)
@@ -69,6 +69,7 @@ char cflagsbuf[256];
 char cflagsmyinfo[256];
 
 int chmode_flags[256];
+
 /* OPTIMIZE ME! -- dwr */
 void
 construct_noparam_modes(void)
@@ -500,7 +501,6 @@ chm_simple(struct Client *source_p, struct Channel *chptr,
                return;
        }
 
-       /* flags (possibly upto 32) + 4 with param */
        if(MyClient(source_p) && (++mode_limit_simple > MAXMODES_SIMPLE))
                return;