mIRC Home    About    Download    Register    News    Help

Print Thread
#191808 16/12/07 04:57 AM
A
asmodeo
asmodeo
A
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.
R
Rand
Rand
R
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.

A
asmodeo
asmodeo
A
smile smile smile

thx very much, i hadn´t think this!

good day for all


Link Copied to Clipboard