mIRC Homepage
Posted By: ots654685 Suppress notice message? - 08/04/08 10:48 AM
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:\.......
Posted By: Crinul Re: Suppress notice message? - 08/04/08 12:05 PM
You can, using the . prefix makes mIRC not display the text.

Code:
.copy blah blah
.remove blah blah
Posted By: ots654685 Re: Suppress notice message? - 08/04/08 01:49 PM
Thanks, didn't knew.
I guess this works for all commands then that gives a notice
Posted By: Crinul Re: Suppress notice message? - 08/04/08 03:41 PM
Originally Posted By: ots654685

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


Yes, you are right!
Posted By: vexed2 Re: Suppress notice message? - 08/04/08 07:53 PM
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.

Posted By: Crinul Re: Suppress notice message? - 08/04/08 09:03 PM
Originally Posted By: ots654685

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


All commands, not all events!!

Posted By: Riamus2 Re: Suppress notice message? - 08/04/08 10:19 PM
Right. Any command (/ + whatever) can be silenced using a period.
Posted By: vexed2 Re: Suppress notice message? - 08/04/08 11:46 PM
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
© mIRC Discussion Forums