mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
83114e5fbd
Closes GH-1393 |
||
---|---|---|
.. | ||
locales | ||
__init__.py | ||
config.py | ||
messages.pot | ||
plugin.py | ||
README.md | ||
test.py |
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.