mIRC Homepage
Can someone give me please a little script, which disables the ability to paste anything into channels and querys?
Different, and since you knew that was going to be a script, you also should've realized that the request belongs in the Scripts & Pop-Ups section.

That aside, I think this should work (can't test it right now)
Code:
on *:input:*:{
  if $inpaste && ($window($active).type != status) { halt }
}

Ok. Thank you.

Unfortunately the script doesn't work.
© mIRC Discussion Forums