mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Jul 2006
Posts: 248
B
bwuser Offline OP
Fjord artisan
OP Offline
Fjord artisan
B
Joined: Jul 2006
Posts: 248
Can someone give me please a little script, which disables the ability to paste anything into channels and querys?

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


Joined: Jul 2006
Posts: 248
B
bwuser Offline OP
Fjord artisan
OP Offline
Fjord artisan
B
Joined: Jul 2006
Posts: 248
Ok. Thank you.

Unfortunately the script doesn't work.


Link Copied to Clipboard