On Fri, Jan 28, 2000 at 01:59:29AM +0800, hashao wrote:
> The server at irc.263.net works okey on most Windows irc clients
> (mirc, pirch...). The attached patch makes use of event 001 instead of
> 004 to verify if a connect is made. It moves the works for event
> 004 to a new function event_server_info(). I am not sure if this is a
> clean solution. I just hope all irc servers send out event 001 :).
argh! soon there's some stupid server without 001 too :) hm.. there's a
small problem with this though.. it's possible that irssi sends a lag detect
PING for pircd between 001 and 004 events -> it doesn't respond -> irssi
drops the connection. Anyway, that's pretty unlikely so I'll ignore it :)