mIRC Home    About    Download    Register    News    Help

Print Thread
B
bwuser
bwuser
B
Can someone give me please a little script, which disables the ability to paste anything into channels and querys?

Joined: Aug 2004
Posts: 7,168
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,168
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 }
}


B
bwuser
bwuser
B
Ok. Thank you.

Unfortunately the script doesn't work.


Link Copied to Clipboard