This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

an small sugestion

Old posts that have not been replied to for several years.
Locked
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

an small sugestion

Post by caesar »

Hi. I would like an small sugestion on how to check if an line said in to channel by a user is the same said in the channel as another one with an 3 sec difference betwen user 1 and 2. Something like:

[12:30:30] <user1> aaa
[12:30:32] <user2> aaa
... etc.

And call an proc if this happens. Hope I've explained corectly what I meant to say.
Once the game is over, the king and the pawn go back in the same box.
User avatar
stdragon
Owner
Posts: 959
Joined: Sun Sep 23, 2001 8:00 pm
Contact:

Post by stdragon »

Sure, save the last line everybody said and the time they said it. Then for each new line, see if someone else said that. Use arrays or something.
Locked