Actions
Pause » History » Revision 1
Revision 1/5
| Next »
Per Amundsen, 08/29/2017 04:53 PM
Added in 2.9
/pause <N>
Pauses the script for N seconds.
The internal state cannot be guaranteed so use with caution.
Parameters
<N> - The number of seconds to pause for.
Example
alias changetopic { echo -ag Topic before = $chan(#).topic topic # New topic pause 3 echo -ag Topic after $chan(#).topic }
Updated by Per Amundsen about 7 years ago · 1 revisions