Remove obsolete comment.
This commit is contained in:
parent
f2601e74cb
commit
5cb843c6a5
1 changed files with 0 additions and 3 deletions
|
@ -766,9 +766,6 @@ ms_sjoin(struct Client *client_p, struct Client *source_p, int parc, const char
|
||||||
else
|
else
|
||||||
modes = empty_modes;
|
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 :",
|
mlen_uid = rb_sprintf(buf_uid, ":%s SJOIN %ld %s %s :",
|
||||||
use_id(source_p), (long) chptr->channelts, parv[2], modes);
|
use_id(source_p), (long) chptr->channelts, parv[2], modes);
|
||||||
ptr_uid = buf_uid + mlen_uid;
|
ptr_uid = buf_uid + mlen_uid;
|
||||||
|
|
Loading…
Reference in a new issue