[TF] Re: IRC macros in TF
Brought to you by:
kenkeys
|
From: renniefan at yahoo.c. (G. Morse) - 2003-04-26 01:44:18
|
>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. The server that was giving me trouble was: irc.teambg.net if you want to check it out and see what's different about it than other IRC servers. I'm completely new to IRCing, so, I couldn't even begin to sort out what was going on. >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. I don't know if it did or not. I overwrote what I had. I was running 0.8.1. Josh helped me to sort out the Ping/Pong problem. I also had to go through and add -mregexp by hand to all the matching calls. I don't have it as my default setting and it was causing REALLY weird output on my screen. All seems to be running well now, except my automatic logger doesn't recognize me connecting to an IRC world as something to trigger logging. Hmm. Gwen __________________________________________________ Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo http://search.yahoo.com |