Originally Posted by
BonutDot
/dbm timer 1:00 |3
Log out, edit macro cache in WTF/account folder, remove extra vertical line in macro, log back in, crash stuff.
Also that immunize addon failed to prevent me from crashing from sending DBM timer bar.

You'd probably crash if you opened up that macro in the macro editor too, heheh. I think the problem is that "/dbm" spawns a timer and then sends the broadcast command. I wrote up a quick macro to send the broadcast message directly:
Code:
/run SendAddonMessage("LVBM","STSBT 10 No \1243")
_Immunize should protect you from that.