The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Bot::Cobalt::Plugin::Alarmclock - Timed IRC highlights

SYNOPSIS

  # Set alarms:
  > !alarmclock 20m go do some something
  > !alarmclock 1h30m stop staring at irc

  # Remove alarms by timer ID:
  > !alarmdel a1b2c

  # Superusers can remove all alarms (version 0.21.1+):
  > !alarmclear
  # ... or all alarms for a specific context:
  > !alarmclear Main

DESCRIPTION

This plugin allows authorized users to set a time via either a time string (see "timestr_to_secs" in Bot::Cobalt::Utils) or a specified number of seconds.

When the timer expires, the bot will highlight the user's nickname and display the specified string in the channel in which the alarmclock was set.

For example:

  !alarmclock 5m check my laundry
  !alarmclock 2h15m10s remind me in 2 hours 15 mins 10 secs

(Accuracy down to the second is not guaranteed. Plus, this is IRC. Sorry.)

As of v0.20.1, alarmclocks will persist between bot runs.

AUTHOR

Jon Portnoy <avenj@cobaltirc.org>