[IRCServices Coding] local_set_cumodes

Ron ron885 at bloodheart.com
Wed Jan 1 17:04:37 PST 2003


trying to understand some of this code...

was just curious as to something... in the function local_set_cumodes you do:
	char buf[3]

so that it fits 4 chars: 0 1 2 3
but you only use 3: 0 1 2

just a mistake or is there a reason for it?

thanks