Hi guys,
I'm currently writing an IRC bot in Java as a little challenge.
I've got simple things working, but what I want to do is create an anti-spam system. Anyone have any experience of this?
I'm not entirely sure where to start, my only thought has been to create some sort of table, storing the name of the sender and the time a message was sent then doing some calculations on that?? However, this could grow to be a massive table if in a large room.
Any thoughts?
Cheers.
I'm currently writing an IRC bot in Java as a little challenge.
I've got simple things working, but what I want to do is create an anti-spam system. Anyone have any experience of this?
I'm not entirely sure where to start, my only thought has been to create some sort of table, storing the name of the sender and the time a message was sent then doing some calculations on that?? However, this could grow to be a massive table if in a large room.
Any thoughts?
Cheers.