mIRC Homepage
Posted By: Riamus2 Hiding your CTCP messages - 03/01/07 02:29 PM
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)?
Posted By: sparta Re: Hiding your CTCP messages - 03/01/07 02:37 PM
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..
Posted By: Sais Re: Hiding your CTCP messages - 03/01/07 02:52 PM
Yes, it looks like the /.ctcp option is your answer (the haltdef would obviously stop the ctcp being sent.... ^_^ )

Posted By: Mpdreamz Re: Hiding your CTCP messages - 03/01/07 03:51 PM
You can also alias ctcp :p
alias ctcp .ctcp $1-

and use /ctcp and it wont show
Posted By: Riamus2 Re: Hiding your CTCP messages - 03/01/07 05:22 PM
lol, I forgot about silencing it. Years of scripting and a period trips me up. smile
Posted By: sparta Re: Hiding your CTCP messages - 03/01/07 05:25 PM
Shit happens even to the best wink
© mIRC Discussion Forums