mIRC Home    About    Download    Register    News    Help

Print Thread
#197525 08/04/08 10:48 AM
Joined: Feb 2006
Posts: 97
O
Babel fish
OP Offline
Babel fish
O
Joined: Feb 2006
Posts: 97
I'm using file copy and remove commands in some of my scripts but every action gives a notice in active window.
Is there a way to suppress these messages?
Quote:
* Copied E:\....
* Removed E:\.......

Joined: Feb 2006
Posts: 181
C
Vogon poet
Offline
Vogon poet
C
Joined: Feb 2006
Posts: 181
You can, using the . prefix makes mIRC not display the text.

Code:
.copy blah blah
.remove blah blah

Last edited by Crinul; 08/04/08 12:06 PM.
Joined: Feb 2006
Posts: 97
O
Babel fish
OP Offline
Babel fish
O
Joined: Feb 2006
Posts: 97
Thanks, didn't knew.
I guess this works for all commands then that gives a notice

Last edited by ots654685; 08/04/08 01:51 PM.
Joined: Feb 2006
Posts: 181
C
Vogon poet
Offline
Vogon poet
C
Joined: Feb 2006
Posts: 181
Originally Posted By: ots654685

I guess this works for all commands then that gives a notice


Yes, you are right!

Joined: Mar 2007
Posts: 218
V
Fjord artisan
Offline
Fjord artisan
V
Joined: Mar 2007
Posts: 218
Originally Posted By: Crinul
Originally Posted By: ots654685

I guess this works for all commands then that gives a notice


Yes, you are right!


No he's not. You can't silence every notice.
IE:
* [10053] Software caused connection abort
     
* Disconnected

* Connecting to server.com (6667)

* Connect retry #1 server.com (6667)

* Unable to connect to server (Connection attempt timed out)

That's just a couple.


Joined: Feb 2006
Posts: 181
C
Vogon poet
Offline
Vogon poet
C
Joined: Feb 2006
Posts: 181
Originally Posted By: ots654685

I guess this works for all commands then that gives a notice


All commands, not all events!!


Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
Right. Any command (/ + whatever) can be silenced using a period.


Invision Support
#Invision on irc.irchighway.net
Joined: Mar 2007
Posts: 218
V
Fjord artisan
Offline
Fjord artisan
V
Joined: Mar 2007
Posts: 218
Originally Posted By: Crinul
Originally Posted By: ots654685

I guess this works for all commands then that gives a notice


All commands, not all events!!



They aren't events, otherwise you could silence them grin


Link Copied to Clipboard