RE: Kat: Irc.exw
- Posted by Grape Vine <g__vine at hotmail.com> Jun 10, 2001
- 417 views
I trap right after the notify trap if equal(data[1],"303") then puts(1,"Notify: "&data[3]) end if if equal(data[1],"PING") then SendToServer(sock_connect[2],"PRIVMSG #test PINGPONG\n") end if When i sit and think about it it makes since that it doesnt work, A simple mistake of going to fast Kat wrote: > On 9 Jun 2001, at 19:54, Grape Vine wrote: > > > > > Just got some free time(middle of moving) to play with irc.exw. Very > > nice, took about 5 min to get it to connect ot my irc server(local > > server(IRC Plus). I have not had long so i am prob just over looking > > something due to i dont know the structure of the data yet. I cant get > > it to respond to a ping event from the server, My traps dont work and > > the ping event does not parse to a number. If you have solved this LMK, > > I get this working for 3 min then get droped =( > > I didn't do anything but make it connect... i'll look at it again. What > do your > traps and ping parser look like? > > Kat > Grape Vine 13728824