Good evening everybody, This is my first post so take it easy on me.
Anyways,
I am making a bot for my chat (Last time i did something like this was around 1998 so I am rusty at it) and every-time somebody enter he sends them a message with the rules of the chat. Problem is i only want him to do such a thing on their first visit only
on 1:JOIN:#:{
/msg $nick Welcome we use a "Three Strikes You Out" policy when it comes to rule breaking first 2 "strikes" are warning kicks and the third "strike" is a kick/ban, Rule 1: ---------- Rule 2: ---------- Rule 3: ---------- Rule 4: ----------
}
Me and a few friends of mine have been trying to work on this with no luck. All three of us pretty much have made our chat bots from scratch and share code for with each other.
we have tried if statements, adding the new users to the guser list and so on with no luck.
Any help would be greatly appreciated!
Thanks Matt