ALARM


about


author:Bart Thate <bthate@gmail.com>
contact:IRCNET/#dunkbots
distribution:core
license:MIT

description


the alarm plugin allows for alarms that message the user giving the command at a certain time or number of seconds from now

commands


commands in this plugin:
 alarm-list .. alarm .. alarm-mylist .. alarm-del

  1. 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
  2. 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
  3. 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
  4. 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

Table Of Contents

Previous topic

8B

Next topic

ASK

This Page