Originally Posted By: Horstl
You could take the easy road and use mIRCs internal flood protection feature (/help flood) smile

- Enable at Options:IRC:Flood
- Set a low "trigger after" limit (e.g. 100)
- Set large "in buffer" and "per person" values
- Enable "Queue: Own messages".

Or via editbox:
Code:
/flood +m 100 500 100


yes thanks, infact i'm trying this solution, but is a little bit slow (i try to copy 150 lines and is so slow, it copied a group and not line to line every secs, anyway works and i don't have kick for flood by network )

but when i paste, my code about on input channel\query, doesn't execute, and i see my nick like this: <Robertus> and not with other characters\colors that i set up in my code.
it's a problem of mirc that has dragged on for years

EDIT: SOLVED
with if !$inpaste

thanks everybody for the help

Last edited by Robertus; 11/08/10 05:09 PM.