Update of /cvsroot/srvx/services/src
In directory usw-pr-cvs1:/tmp/cvs-serv9432/src
Modified Files:
proto-p10.c
Log Message:
emit mode +C for NOCTCPS (instead of +c, which means NOCOLORS)
Index: proto-p10.c
===================================================================
RCS file: /cvsroot/srvx/services/src/proto-p10.c,v
retrieving revision 1.37
retrieving revision 1.38
diff -C2 -r1.37 -r1.38
*** proto-p10.c 16 Oct 2002 03:39:36 -0000 1.37
--- proto-p10.c 21 Oct 2002 03:18:19 -0000 1.38
***************
*** 1891,1895 ****
do_chan_mode(MODE_REGONLY, 'r');
do_chan_mode(MODE_NOCOLORS, 'c');
! do_chan_mode(MODE_NOCTCPS, 'c');
#undef do_chan_mode
if (chan->modes & MODE_KEY) pos += sprintf(out+pos, " %s", chan->key);
--- 1891,1895 ----
do_chan_mode(MODE_REGONLY, 'r');
do_chan_mode(MODE_NOCOLORS, 'c');
! do_chan_mode(MODE_NOCTCPS, 'C');
#undef do_chan_mode
if (chan->modes & MODE_KEY) pos += sprintf(out+pos, " %s", chan->key);
|