the alarm plugin allows for alarms that message the user giving the command at a certain time or number of seconds from now
commands in this plugin: alarm-list .. alarm .. alarm-mylist .. alarm-del
alarm .. [handle_alarmadd]
description: alarm <txt-with-time> | <+delta> <txt> .. add an alarm permissions: USER code: alarm command. examples: <user> ;alarm 12:00 lunchtime <output> we are already past Sat Mar 24 12:00:00 2012<user> ;alarm 3-11-2008 0:01 birthday ! <output> we are already past Mon Nov 3 00:01:00 2008<user> ;alarm +180 egg ready <output> alarm 1 set at Sat Mar 24 19:31:22 2012
alarm-del .. [handle_alarmdel]
description: alarm-del <nr> .. delete alarm permissions: OPER code: alarm-del command. examples: <user> ;alarm-del 7 <output> failed to delete alarm with id 7
alarm-list .. [handle_alarmlist]
description: alarm-list .. list all alarms permissions: OPER code: alarm-list command. examples: <user> ;alarm-list <output> alarmlist: 1) test: Sat Mar 24 19:28:23 2012 - egg ready
alarm-mylist .. [handle_myalarmslist]
description: alarm-mylist .. show alarms of user giving the command permissions: USER code: alarm-mylist command. examples: <user> ;alarm-mylist <output> your alarms: 1) Sat Mar 24 19:28:23 2012 - egg ready