good evening
I was able to make the bot write to a file everyone who enters the channel showing the user's channel name date time that he entered
I would like to know how to make a $ (read) and $ (write) for when the user who was already ready was again seen entering the channel was replaced by the newer slot
The command I did was this
On*:JOIN:#:{
/write c:\mirc\see.txt $nick $chan $date $time
}