Thread: Opening Connections With IRC Servers/Networks

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date
    Jun 2005
    Posts
    9
    Thanks for all of your help, I got it to work I just have one last question. When you connect to an IRC server you have to respond to a ping request to be accepted. In order to respond to the request you have to answer this:

    Code:
    -irc.infinitechat.com- *** If you are having problems connecting due to ping timeouts, please type /raw pong 3b22356b or /quote pong 3b22356b now.
    with either
    Code:
    /raw pong 3b22356b
    or
    Code:
    /quote pong 3b22356b
    the "3b22356b" is a random variable. The things I need to know how to do is read that request when its sent for one, second I need to know how to respond with that variable. Thanks
    Last edited by KuTsuM; 06-07-2005 at 02:26 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Count established connections
    By TomChesley in forum Networking/Device Communication
    Replies: 1
    Last Post: 05-27-2008, 08:32 PM
  2. IRC, reading the stream
    By Iyouboushi in forum C# Programming
    Replies: 6
    Last Post: 08-03-2006, 05:34 PM
  3. Select handling more then 500 connections
    By Chronom1 in forum Networking/Device Communication
    Replies: 5
    Last Post: 02-27-2005, 03:20 PM
  4. Some help needed with IRC
    By SaintK in forum C++ Programming
    Replies: 2
    Last Post: 04-04-2004, 07:27 AM
  5. Multiple Client Connections
    By (TNT) in forum Windows Programming
    Replies: 1
    Last Post: 04-06-2002, 11:04 PM