Search code examples
.netvb.netclientirc

VB.net Simple IRC Client


How would I go about making a simple IRC client with these things

What I am using:

Nickname TextBox
Connect Button
Message TextBox
Send Message Button
Refresh Button
ListBox

Restrictions:

No commands at all just being able to send messages

I am using a listbox for recieving messages


Solution

  • You could use a client connection to create a raw connection to the IRC server, however, you will need to read up on the IRC protocol. Take a look at the links below: