OK, ive been doing some work with IRC and i need some help.
The command with the numeric code 333 is sent to inform the client who and when the topic was set.
Format: 333 <channel> <nickname> <time>
Example: 333 #boredom IAmBored 902508764
Parameters:
<channel> A channel name.
<nickname> User who last set the channel topic.
<time> The time the user set the current channel topic
Notes:
Use $asctime() to convert 'time' to a readable value.
I want to convert the time value to something 'readable'. Everywhere i look, people just use asctime(), which makes sense. My question is, does anyone known how to implement asctime() is VB6, or just an explanation on how-to, since writing code yourself is more beneficial or something that fulfills my needs?
Any replies will be appreciated. Thanks in advance.



Reply With Quote
