Don't work still get the replies throught, plus an error of my nickname and unknown command in status

on *:ACTION:*:#:{
if ($1- != slaps $me around a bit with a large trout)
;here it checks so it's the original slap that's in mirc.
if (%trout.temp) { inc %trout }
;checks if the %trout.temp variable exists, if it does, it increases %trout. This is added, so you can't be flooded off, but you still save the trout, except you dont tell the channel about it. smile
else {
set -u10 %trout.temp 1
;sets the flood-protection-varaible, and it will be automaticly unset after 10 seconds.
inc %trout
;saves the trout
describe $chan takes the trout from $nick and puts it back in the river. Now I've saved %trout trout.
;tells the channel that you saved another trout smile
}
}