| Commands for Scheduler |
| add | <seconds> <command> |
Schedules the command string <command> to run <seconds> seconds in the future. For example, 'scheduler add [seconds 30m] "echo [cpu]"' will schedule the command "cpu" to be sent to the channel the schedule add command was given in (with no prefixed nick, a consequence of using echo). Do pay attention to the quotes in that example. |
| list | takes no arguments |
Lists the currently scheduled events. |
| remove | <id> |
Removes the event scheduled with id <id> from the schedule. |
| repeat | <name> <seconds> <command> |
Schedules the command <command> to run every <seconds> seconds, starting now (i.e., the command runs now, and every <seconds> seconds thereafter). <name> is a name by which the command can be unscheduled. |
| scheduler | <command> [<args> ...] |
Command dispatcher for the Scheduler plugin. Use 'list Scheduler' to see the commands provided by this plugin. Use 'config list plugins.Scheduler' to see the configuration values for this plugin. In most cases this dispatcher command is unnecessary; in cases where more than one plugin defines a given command, use this command to tell the bot which plugin's command to use. |