mIRC Home    About    Download    Register    News    Help

Print Thread
#168064 03/01/07 02:29 PM
Joined: Oct 2004
Posts: 8,330
Riamus2 Offline OP
Hoopy frood
OP Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
Is it possible to hide your own CTCP messages? For example, if I type /ctcp Riamus version, I see:

-> [Riamus] VERSION

I play a darts game that uses CTCP and I don't like having the throws interspersed with my CTCP messages.

<Bot> Riamus just hit 13 *TRIPLE* (39).
-> [Bot] !Throw
<Bot> Riamus just hit 19.

Seeing that all the time just takes away from the game. Any thoughts, or is this something that can't be hidden (or moved)?


Invision Support
#Invision on irc.irchighway.net
Joined: Feb 2003
Posts: 3,432
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
ctcp *:*: {
haltdef
}

on *:CTCPREPLY:*: {
haltdef
}

should do the trick, else you can /ignore *!*@* -t

should also halt all ctcp's smile

Then you have: /.ctcp nick version

the . hide it from you..


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
Joined: Oct 2003
Posts: 313
S
Fjord artisan
Offline
Fjord artisan
S
Joined: Oct 2003
Posts: 313
Yes, it looks like the /.ctcp option is your answer (the haltdef would obviously stop the ctcp being sent.... ^_^ )



Sais
Joined: Apr 2004
Posts: 759
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Apr 2004
Posts: 759
You can also alias ctcp :p
alias ctcp .ctcp $1-

and use /ctcp and it wont show


$maybe
Joined: Oct 2004
Posts: 8,330
Riamus2 Offline OP
Hoopy frood
OP Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
lol, I forgot about silencing it. Years of scripting and a period trips me up. smile


Invision Support
#Invision on irc.irchighway.net
Joined: Feb 2003
Posts: 3,432
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
Shit happens even to the best wink


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }

Link Copied to Clipboard