> In the last days I seen that my KVirc  client is showing "Local desync PART"
> messages, instead "parting" ppl from channel. Only on SE server, don't. I
> telnet-ed to them and I observed that the PART message have been changed:
> the old form:
> [...] PART #channel :message
> in:
> [...] PART :#channel
> 
> It this a permanent change or it's a temporary bug ? I want to know because I
> want to hack the source code to correct the problem.

This is a difference between u2.10.10 and u2.10.11.  In .10, there are
two formats for PART:  "#channel :message" or just "#channel".  In .11,
however, they are "#channel :message" or just ":#channel", as you point
out.  The fact that this causes problems with KVirc indicates a bug in
KVirc--RFC1459 would say that "#channel" and ":#channel" are identical,
because ":" is a sentinel marking an argument as the last argument.
-- 
Kevin L. Mitchell <[EMAIL PROTECTED]>

Reply via email to