]> 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 c73609372b3d99bc3256be90bdaf8d5a3ab32253..df59c336b136ac4beacfda14676f89dcc8064105 100644 (file)
@@ -501,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;