mIRC Home    About    Download    Register    News    Help

Print Thread
#191808 16/12/07 04:57 AM
Joined: Oct 2007
Posts: 36
A
asmodeo Offline OP
Ameglian cow
OP Offline
Ameglian cow
A
Joined: Oct 2007
Posts: 36
hello all smile

make a script so if you send one notice you don´t see the text notice in active windows. For example:

on *:INPUT:#channel:{ if (($1 == Welcome) && ($2 ison #)) { notice $2 Type !help and just get support } }

Is this possible to do?
Thx

Last edited by asmodeo; 16/12/07 04:58 AM.

·´¯`·.¸¸“Jã¢k øf ãll ‡rãÐ꧅„…Mã§têR øf Nønꔸ¸.·´¯`·
Joined: Feb 2005
Posts: 342
R
Fjord artisan
Offline
Fjord artisan
R
Joined: Feb 2005
Posts: 342
To make a command "silent" you can prefix it with a "." (period)

For example: .notice $2 Type this...
This would not show you the 'echo' of it.

Joined: Oct 2007
Posts: 36
A
asmodeo Offline OP
Ameglian cow
OP Offline
Ameglian cow
A
Joined: Oct 2007
Posts: 36
smile smile smile

thx very much, i hadn´t think this!

good day for all


·´¯`·.¸¸“Jã¢k øf ãll ‡rãÐ꧅„…Mã§têR øf Nønꔸ¸.·´¯`·

Link Copied to Clipboard