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.

Search found 1 match

by matey
Tue Sep 19, 2006 10:55 pm
Forum: Scripting Help
Topic: variables, globals?
Replies: 0
Views: 2415

variables, globals?

(Sorry for the poor subject, but i couldnt find a better one) The following script listens on a socket and sends the result into an IRC channel. It works. I want it to not send identical messages in a row. Therefore I'd like to store the $msg before it is send out to the channel, and check the next ...