Page 1 of 1

Running a silent mac from a custombind

Posted: Tue Apr 20, 2004 10:51 pm
by Malaphus
I'm trying to run a short macro from a custombind and want to completely hide ALL output concerning the zapping of variables, etc when the mac ends.

I've tried both of these:

/custombind set cbindtest /squelch /mac mymac

/custombind set cbindtest /multiline ; /squelch /filter mq on ; /mac mymac ; /squelch /filter mq off


Both of those return some type of output to the mq chat window.

Is there any way i can run a macro from a custombind without having it display anything?

Posted: Tue Apr 20, 2004 11:40 pm
by dont_know_at_all
/filter macros off

Posted: Wed Apr 21, 2004 12:13 am
by Malaphus
Available options for /filter macros are { all | enhanced | and none }

I've tried each of these and i still get the....

Clearing the following: Timers Arrays
The current macro has ended.

Posted: Wed Apr 21, 2004 12:20 am
by Lax
Not using those commands you cant :P

The problem is, the execution of "/mac macro" ends immediately.. and then your filter gets set by the next statement.

I set it so that /filter macros to all or enhanced will hide /zapvars as well as "The current macro has ended." from /endmac, starting next zip.

Posted: Wed Apr 21, 2004 1:02 am
by Malaphus
Awesome lax thx