Thread: irc client

  1. #1
    Registered User
    Join Date
    Nov 2002
    Posts
    48

    irc client

    me and my friend are atempting a simple irc client... the only problem is we have no clue how to get/send the informatio to the server... sockets maybe? any help would be great.

  2. #2
    Just because ygfperson's Avatar
    Join Date
    Jan 2002
    Posts
    2,490
    Yeah, sockets.

    Here's a primitive chat server/client setup I was writing, if it helps. IRC has its own format for sending and receiving sockets, but except for the port number the actual connecting of sockets should be the same.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. IRC, reading the stream
    By Iyouboushi in forum C# Programming
    Replies: 6
    Last Post: 08-03-2006, 05:34 PM
  2. Windows IRC Client
    By bithub in forum Projects and Job Recruitment
    Replies: 0
    Last Post: 05-08-2005, 07:11 PM
  3. Recomend an IRC client
    By Perspective in forum A Brief History of Cprogramming.com
    Replies: 7
    Last Post: 05-17-2004, 05:50 AM
  4. IRC client in C
    By Adam in forum C Programming
    Replies: 1
    Last Post: 06-14-2002, 11:33 PM
  5. IRC Client
    By Mr Great in forum A Brief History of Cprogramming.com
    Replies: 3
    Last Post: 04-28-2002, 01:10 PM