[TF] Re: IRC macros in TF
Brought to you by:
kenkeys
|
From: rb at tertius.net.au (R. Buchanan) - 2003-04-23 21:50:56
|
Josh Howard wrote: > /send PONG %P1 where %P1 was in response to PING :(.*) is what fixed > this. > Ident, et al weren't related to the connection issues. Interesting. I've never seen a server do this and I've tried a lot. I'll update the macros. What server(s) do people know of that are doing this now? Is there a new ircd that's being more picky or is it an individual server hack one? *pause to check code* Hang on, the relevant bit of code on my codebase seems to be: ; server pings /def -q -ag -p518 -T"irc.irc" -F -F -t'^PING :(([ ]|[^ ])+)$' IRCping = \ /send -w PONG %P1 Doesn't this already *do* what you said? Am I distributing something different? *sigh* I need to hand this project off to somebody, I'm too sick to keep track of everything. Regards, Ricky& -- : Usual state: (e) None of the above. : rb...@te... http://tertius.net.au/~rb/ : It should be illegal to yell "Y2K" in a crowded economy. : -- Larry Wall |