]> jfr.im git - irc/rqf/shadowircd.git/commitdiff
Remove obsolete comment.
authorJilles Tjoelker <redacted>
Wed, 7 Jan 2009 22:35:24 +0000 (23:35 +0100)
committerJilles Tjoelker <redacted>
Wed, 7 Jan 2009 22:35:24 +0000 (23:35 +0100)
modules/core/m_join.c

index b72f8303e75be2c892cdc473121276685f0bac6b..6f28e13966cd2fcc3e4d7537d22bc31e35e36fd8 100644 (file)
@@ -766,9 +766,6 @@ ms_sjoin(struct Client *client_p, struct Client *source_p, int parc, const char
        else
                modes = empty_modes;
 
-       /* working on the presumption eventually itll be more efficient to
-        * build a TS6 buffer without checking its needed..
-        */
        mlen_uid = rb_sprintf(buf_uid, ":%s SJOIN %ld %s %s :",
                              use_id(source_p), (long) chptr->channelts, parv[2], modes);
        ptr_uid = buf_uid + mlen_uid;