mIRC Home    About    Download    Register    News    Help

Print Thread
#209485 15/02/09 10:54 AM
Joined: Feb 2009
Posts: 1
S
Sharps Offline OP
Mostly harmless
OP Offline
Mostly harmless
S
Joined: Feb 2009
Posts: 1
hi all
i want to build asp.net web app.
its community web site for mirc users
so i can search for my friends and look into there profile after they requester into it
all what i need now is how can i get the servers names and the channels
using html requests or vb.net requests and fill the returning data in to the page

Sharps #209493 15/02/09 09:59 PM
Joined: Oct 2003
Posts: 3,918
A
Hoopy frood
Offline
Hoopy frood
A
Joined: Oct 2003
Posts: 3,918
The only real relevance I see here is that the site is mIRC related... other than that, this forum doesn't really help with ASP, .NET or web app development, so you'll have to ask your questions in forums that *do* support what you're doing.


- argv[0] on EFnet #mIRC
- "Life is a pointer to an integer without a cast"
Sharps #209673 20/02/09 03:50 PM
Joined: Jan 2003
Posts: 1,063
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Jan 2003
Posts: 1,063
you can do this by opening either using an existing bot script written in .NET, or write one yourself.

it's a matter of opening a tcp connection to the server, do all the stuff you need to do according to the irc RFC to connect, issue the commands to get the info you need, then parse the return data and disconnect again. I'm sure there are some open source libraries for it already floating around somewhere.


If it ain't broken, don't fix it!

Link Copied to Clipboard