Remote, Commands
The tools, remote, commands section can be used to execute commands on ctcp's on dcc's and alot more...

There are several things you can do here like stop replys from being sent, send fake replys, op your friends on certain ctcps, or anything else you want to do.
Here are a few examples:
Fake Replys
Remote, Commands:
1:PING: {
set %fakeping $ctime
%fakeping = %fakeping - 50
raw -q notice $nick : $+ $chr(1) $+ PING %fakeping $+ $chr(1)
halt
}
1:USERINFO: {
raw -q notice $nick : $+ $chr(1) $+ USERINFO $me is $me $+ , what more do you want? $+ $chr(1)
halt
}
Halt Replys
Remote, Commands:
1:CLIENTINFO: { halt }
1:FINGER: { halt }
1:*: { halt }
Execute Commands
Remote, Commands:
1:OP: { raw -q notice $nick : $+ $chr(1) $+ OP Denied! $+ $chr(1) }
10:OP: {
mode $parm2 +o $nick
}
Note: mIRC will only execute the first matching command it comes to, so if you have several 1:PING:, mirc will only execute the first one!
This page hosted by
Get your own Free Homepage
©1996 The Scripters Guild All Rights Reserved
Please send all questions and comments to TiAMaT