Skip to content

Commit

Permalink
Update timer tcl command doc. Closes #808
Browse files Browse the repository at this point in the history
  • Loading branch information
vanosg committed Jun 25, 2019
1 parent 35912be commit 875f304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/sphinx_source/mainDocs/tcl-commands.rst
Expand Up @@ -2128,7 +2128,7 @@ maskhost <nick!user@host> [masktype]
timer <minutes> <tcl-command> [count] timer <minutes> <tcl-command> [count]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^


Description: executes the given Tcl command after a certain number of minutes have passed. If count is specified, the command will be executed count times with the given interval in between. If you specify a count of 0, the timer will repeat until it's removed with killtimer or until the bot is restarted. Description: executes the given Tcl command after a certain number of minutes have passed, at the top of the minute (ie, if a timer is started at 10:03:34 with 1 minute specified, it will execute at 10:04:00. If a timer is started at 10:06:34 with 2 minutes specified, it will execute at 10:08:00). If count is specified, the command will be executed count times with the given interval in between. If you specify a count of 0, the timer will repeat until it's removed with killtimer or until the bot is restarted.


Returns: a timerID Returns: a timerID


Expand Down

0 comments on commit 875f304

Please sign in to comment.