Re: [Coder-Com] Tokenising IRC

2004-01-14 Thread Chris Behrens
Amen. I, too, have been annoyed by clients that make assumptions about ':' and do not parse lines as they should. I've had to reverse changes with csircd after finding clients coring or not parsing things correctly. - Chris On Thu, Jan 15, 2004 at 10:34:55AM +1300, Perry Lorier wrote: > > T

[Coder-Com] test

2004-01-14 Thread Ian Kumlien
Is this working... (spam only test, since have only received spam for quote some time =)) Isomer: Lets see =) -- Ian Kumlien -- http://pomac.netswarm.net signature.asc Description: This is a digitally signed message part

[Coder-Com] Tokenising IRC

2004-01-14 Thread Perry Lorier
This email goes out to client authors, and would be client authors. You know who you are. :) Today I want to talk about tokenising IRC, specifically how to parse what the IRC server sends you. First, according to rfc 1459, a line from an IRC server may begin with a token starting with a ":". Thi