Log in

View Full Version : Self.IsMuted



texmex47
12-14-2015, 04:20 PM
Would be cool with a check to see if you are muted.
I use a lot of auto-responders, and sometimes I get muted.
I didn't find anything on forum for it, so I assume it does not exist, couldn't find anything anywhere.

Like:


if (not Self.IsMuted()) then
//do something
end

Stusse
12-14-2015, 05:20 PM
If you get muted your auto responder is not reliable. You should fix the auto responder.

Furthermore its not possible to know until you try once and get error message. I dont really see the point for such function tbh.

/Stusse