mIRC Home    About    Download    Register    News    Help

Print Thread
#137828 20/12/05 08:03 AM
Joined: Mar 2005
Posts: 212
N
Fjord artisan
OP Offline
Fjord artisan
N
Joined: Mar 2005
Posts: 212
im aware that u can use the ^ preffix and haltdef for a event but if you want to halt default text called by an alias or popup how would you do that
specifically the text when turning a timer off and the text when disableing or enabling a group
if its possible

thanks wink

#137829 20/12/05 11:18 AM
Joined: Nov 2005
Posts: 105
D
Vogon poet
Offline
Vogon poet
D
Joined: Nov 2005
Posts: 105
have you tried using a period (.) instead of a slash (/)? using a period in the place of the slask keeps it from being displayed by mIRC. Instead of using
Code:
 /enable #Group 
try using
Code:
 .enable #Group 

#137830 20/12/05 07:20 PM
Joined: Mar 2005
Posts: 212
N
Fjord artisan
OP Offline
Fjord artisan
N
Joined: Mar 2005
Posts: 212
i didnt use either sinc its in my remotes
ill try that thanks

#137831 20/12/05 07:40 PM
Joined: Mar 2005
Posts: 212
N
Fjord artisan
OP Offline
Fjord artisan
N
Joined: Mar 2005
Posts: 212
i'm curious if you could tell me where that mentioned in the help file
if you know

#137832 20/12/05 08:05 PM
Joined: Feb 2004
Posts: 2,019
Hoopy frood
Offline
Hoopy frood
Joined: Feb 2004
Posts: 2,019
/help command prefixes

Quote:

If you want to force a command to perform quietly ie. without printing out any information, then you can prefix it with a "." fullstop. For example:

/ignore somenick

Would print out information telling you that you are now igoring "somenick". If you don't want this information to be displayed, then you can use:

/.ignore somenick


Gone.
#137833 21/12/05 01:03 AM
Joined: Mar 2005
Posts: 212
N
Fjord artisan
OP Offline
Fjord artisan
N
Joined: Mar 2005
Posts: 212
thankyou
i just looked there today i must have over looked it


Link Copied to Clipboard