DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2004
    Posts
    43,023

    making a irc channel with with winsock

    [Originally posted by Marty]

    heh everybody. im writing a irc prob with vb and winsock. ive got everything working but one thing how can i be able to make another channel (or as aol lamers call the "rooms"). like i want the user to be able to pick from the channel "Hello" or channel "GoodBye" to talk in...

    if you could help me out id be very appreciative

    marty

  2. #2
    Join Date
    Aug 2004
    Posts
    43,023

    Re:making a irc channel with with winsock

    [Originally posted by Dimos Homatas]

    The commands you should use are the following :

    for a complete listing of all channels on a server, you should use the following string:

    "/list *" & chr(13) & chr(10)

    That will return the whole channel listing.

    In order to join a channel using command line, do the following :

    "/join <channelname>" & chr(13) & chr(10), for example :
    "/join #Hello" & chr(13) & chr(10)

    Regards

    Dimos Homatas

  3. #3
    Join Date
    Aug 2004
    Posts
    43,023

    Re:Re:making a irc channel with with winsock

    [Originally posted by Marty]

    yes i know the irc commands since i use *****x and mirc all the time but what im asking is that when i do send the command "/join #channel2" to the ip server how can i make the server create a new channel and send me there???

    thankx for the attemp though,
    marty

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


Top DevX Stories

Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL


Sponsored Links