Limnoria/plugins/Scheduler
mogad0n df6ebc78a0
Add command @scheduler remind
This is a safe command for admins to allow as it's limited to text reminders,
unlike the equivalent scheduler.add (+ misc.echo) which usually needs to be
restricted to prevent abuse
2020-10-07 21:42:53 +02:00
..
locales Fix msgfmt warnings. 2020-03-26 22:10:28 +01:00
README.md Add/improve help for Debug + plugins from F-W: 2014-11-30 12:07:41 -08:00
__init__.py Use importlib instead of imp. 2020-01-26 12:00:08 +01:00
config.py Fix neutral pronouns. 2014-04-11 21:56:42 +00:00
messages.pot Squashed commit of the following: 2014-12-20 14:37:27 +01:00
plugin.py Add command @scheduler remind 2020-10-07 21:42:53 +02:00
test.py Add command @scheduler remind 2020-10-07 21:42:53 +02:00

README.md

This plugin allows you to schedule commands to execute at a later time. For example, scheduler add [time seconds 30m] "utilities echo [status cpu]" will schedule the command cpu to be sent to the channel in 30 minutes.