mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: May 2003
Posts: 78
M
MauS Offline OP
Babel fish
OP Offline
Babel fish
M
Joined: May 2003
Posts: 78
I have "Show ctcp in activel" switched on.

Can i somehow supress speific ctcpreplies so that they won't be shown in active window?


-= endless in a victory of a yourself =-
Joined: May 2003
Posts: 78
M
MauS Offline OP
Babel fish
OP Offline
Babel fish
M
Joined: May 2003
Posts: 78
Oh, i see: just with a /halt command. This means mIRC help file is lying.

Quote:
The ^ event prefix currently works only on the following types of events: ACTION, BAN, CHAT, DEHELP, DEOP, DEVOICE, HELP, INVITE, JOIN, KICK, MODE, NICK, NOTICE, OP, OPEN, PART, PING, TEXT, UNBAN, USERMODE, VOICE, QUIT, SERV, SERVERMODE, SNOTICE, TOPIC, WALLOPS.



-= endless in a victory of a yourself =-
Joined: Nov 2003
Posts: 2,327
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Nov 2003
Posts: 2,327
yes.. that's right.

a good example of something that should use ^ but doesn't:

on *:input:#:{
dostuff
haltdef
}
this works, but if you add ^ it doesn't

edit: /halt is not the same as /haltdef, so the help file isn't lying.

Last edited by tidy_trax; 04/11/03 06:37 PM.

New username: hixxy
Joined: Dec 2002
Posts: 417
O
Fjord artisan
Offline
Fjord artisan
O
Joined: Dec 2002
Posts: 417
This will halt the CTCP command from being showin in active if they are SLOTS, SOUND, MP3


ctcp *:*:*: {
if ( SLOTS isin $1 ) || ( Sound isin $1 ) || ( Mp3 isin $1 ) {
halt
}
}




Intelligence: It's better to ask a stupid question, then to prove it by not asking....

Link Copied to Clipboard