Does an JOIN bind reconize nicks that rejoin a channel after a netsplit occurs? Reason I ask, I have a list table built that contains a series of nicks that are in the channel. When either a netsplit or a normal part occurs, I remove the nick and the server name from this table. When a nick joins the channel, it is then added back to this table.
What I am seeing is that normal joins are being picked up by the JOIN bind, but nicks that are returning due to a net split are not. Can anyone sugest a way that I can determine when the nick comes back from a netsplit? I came to this concusion through various channel displays from the script and log entries being made by the script.
Any sugestions are most appriceated.
I will look into both of the sugestions that were offered. Can not beleive I did not see the bind that was sugested. I go through the tcl.doc alot, and I plain out just missed that.
Again, thank you very much.