Limnoria/plugins/Scheduler
Valentin Lorentz 9891b0fca4 Replace failUnless/failIf with assertTrue/assertFalse.
The old names are deprecated.
2020-01-26 11:14:18 +01:00
..
locales Squashed commit of the following: 2014-12-20 14:37:27 +01:00
README.md Add/improve help for Debug + plugins from F-W: 2014-11-30 12:07:41 -08:00
__init__.py All plugins: set Limnoria contributors as maintainer 2019-11-16 11:41:13 -08: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 src/callbacks.py: use network-specific values. 2019-12-05 21:51:25 +01:00
test.py Replace failUnless/failIf with assertTrue/assertFalse. 2020-01-26 11:14:18 +01: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.