(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 ...