by Geoff Leff (1 Submission)
Category: Internet/HTML
Compatability: Visual Basic 3.0
Difficulty: Beginner
Date Added: Wed 3rd February 2021
Rating:
(4 Votes)
This simple code will listen on port 113 as per the identd RFC and respond to any requests. Can be run seperately to an existing IRC client, or added easily to your code. Comments exist but you'll find it's probably very self explanatory.
Inputs
The inputs in the executable is the IRC server name and your nickname. In the code, it's just a matter of replacing the variables or adapting as needed. Very easy
Assumes
Uses the winsock control. As long as you have the winsock control available, it should work.
Upload