From a33bdd9fb6c21a13eed3b8609c2e60f7ec6fa3ec Mon Sep 17 00:00:00 2001 From: Jilles Tjoelker Date: Sun, 25 Jan 2009 21:02:04 +0100 Subject: [PATCH] Remove obsolete comment. --- src/chmode.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/chmode.c b/src/chmode.c index c7360937..df59c336 100644 --- a/src/chmode.c +++ b/src/chmode.c @@ -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;