-
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
-
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
-
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
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
|
Bookmarks