• sbbs/mods/ircbots/countdown/countdown.js

    From echicken@centerofawareness.net to cvs@centerofawareness.net on Monday, March 04, 2013 12:58:52
    Update of /srv/sbbs/mods/ircbots/countdown
    In directory loveclown:/tmp/cvs-serv572

    Added Files:
    countdown.js
    Log Message:
    Countdown timer bot module.
    Uses mods/load/date.js.
    Add and update any number of events to count down to. Accepts timestamps and date strings for the target time argument.
  • From echicken@centerofawareness.net to cvs@centerofawareness.net on Monday, March 04, 2013 13:19:42
    Update of /srv/sbbs/mods/ircbots/countdown
    In directory loveclown:/tmp/cvs-serv635

    Modified Files:
    countdown.js
    Log Message:
    Countdown timer bot module.
    Add an event with a name, description, and a target time (accepts some date strings courtesy of mods/load/date.js.)
    Delete an event by name.
  • From echicken@centerofawareness.net to cvs@centerofawareness.net on Monday, March 04, 2013 15:46:43
    Update of /srv/sbbs/mods/ircbots/countdown
    In directory loveclown:/tmp/cvs-serv1083

    Modified Files:
    countdown.js
    Log Message:
    Populate pluralizations properly preceding printing.
  • From echicken@centerofawareness.net to cvs@centerofawareness.net on Monday, March 04, 2013 17:25:57
    Update of /srv/sbbs/mods/ircbots/countdown
    In directory loveclown:/tmp/cvs-serv1605

    Modified Files:
    countdown.js
    Log Message:
    Only list events associated with the target that 'countdown' was called from.
  • From echicken@centerofawareness.net to cvs@centerofawareness.net on Wednesday, March 06, 2013 15:32:07
    Update of /srv/sbbs/mods/ircbots/countdown
    In directory loveclown:/tmp/cvs-serv8358

    Modified Files:
    countdown.js
    Log Message:
    Rewritten. More worky, less ugly.