mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
ad6671966c
40s -> less than 10s. Also some timeout tweaks that might fix GH-1385. |
||
---|---|---|
.. | ||
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.