 |
Gotanda Newbie
Joined: 11 Sep 2004 Posts: 7
|
Posted: Fri Oct 01, 2004 9:51 am
Killing temp #alarm trigger? |
Is it possible to kill/delete a temporary #alarm trigger? This would be usuful if the current situation has changed and the alarm is no longer needed and to avoid spam. Of course I mean deleting it from the prompt and not actually going into the trigger window. Would be grateful for any help.
|
|
|
 |
nexela Wizard

Joined: 15 Jan 2002 Posts: 1644 Location: USA
|
Posted: Fri Oct 01, 2004 12:43 pm |
#ALARM is a #TRIGGER with the {alarm} option
#UNTRIGGER +3 //will delete the alarm with a pattarn of +3
Of course the best way to control Alarms and Triggers is to create them with an ID value, This insures that it will be overwritten instead of creating a new one, and also makes deleting it simpler.
#ALARM "MyTempAlarm" {+5} {#SAY Five seconds up!}
#UNTRIGGER MyTempAlarm |
|
|
 |
|
|