Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

IRC

 [1/4] from: nicolas:maillard:noos at: 14-Sep-2002 9:14


HI I'am new to rebol coding and i'am searching how to connect to an IRC server. I have tryed some kind of stuff but it don't works. If any one wanna help me that will be nice. The docs explain ahow-to connect with tcp/ip but i have a pb : NOTICE AUTH :*** Looking up your hostname... NOTICE AUTH :*** Found your hostname, cached NOTICE AUTH :*** Checking Ident NOTICE AUTH :*** No Ident response ERROR :Closing Link: [[unknown--255--255--255--255]] (Connection Timed Out) If any one can help me Nicolas

 [2/4] from: g::santilli::tiscalinet::it at: 14-Sep-2002 12:39


Hi Nicolas, On Saturday, September 14, 2002, 9:14:41 AM, you wrote: NM> If any one can help me I think you have to answer to IDENT requests from the IRC server. If your OS does not provide and IDENT service, you might do it in REBOL for the purpose of your application. Also, there is at least one REBOL IRC client around, so you might want to have a look at it. Regards, Gabriele. -- Gabriele Santilli <[g--santilli--tiscalinet--it]> -- REBOL Programmer Amigan -- AGI L'Aquila -- REB: http://web.tiscali.it/rebol/index.r

 [3/4] from: ptretter:charter at: 14-Sep-2002 7:36


You need to have an ident server to connect. Paul Tretter

 [4/4] from: nicolas:maillard:noos at: 14-Sep-2002 20:42


thx for ur help