]> jfr.im git - irc/rqf/shadowircd.git/commitdiff
Remove obsolete comment.
authorJilles Tjoelker <redacted>
Sun, 25 Jan 2009 20:02:04 +0000 (21:02 +0100)
committerJilles Tjoelker <redacted>
Sun, 25 Jan 2009 20:02:04 +0000 (21:02 +0100)
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;