Add the documentation for the time marker plugin.
This commit is contained in:
parent
29f3d9a0bc
commit
d2a7013546
2 changed files with 36 additions and 0 deletions
|
@ -143,3 +143,8 @@ Plugins index
|
|||
*Replace*:: link:replace.html[Replace plugin]
|
||||
|
||||
Replace some patterns in your messages.
|
||||
|
||||
*Time Marker*:: like::time_marker.html[Time marker plugin]
|
||||
|
||||
Display the time between two messages.
|
||||
|
||||
|
|
31
doc/en/plugins/time_marker.txt
Normal file
31
doc/en/plugins/time_marker.txt
Normal file
|
@ -0,0 +1,31 @@
|
|||
Time Marker
|
||||
===========
|
||||
|
||||
Display the time between two messages.
|
||||
|
||||
Installation
|
||||
------------
|
||||
|
||||
You only have to load the plugin.
|
||||
|
||||
================
|
||||
|
||||
/load amsg
|
||||
|
||||
================
|
||||
|
||||
Configuration
|
||||
-------------
|
||||
|
||||
You can configure the minimum delay between two messages, to display the time marker, in seconds. The default is 10 minutes (aka 600 seconds).
|
||||
|
||||
[source,conf]
|
||||
---------------------------------------------------------------------
|
||||
[time_marker]
|
||||
delay = 600
|
||||
---------------------------------------------------------------------
|
||||
|
||||
Usage
|
||||
-----
|
||||
|
||||
Messages like “2 hours, 25 minutes passed…” are automatically displayed into the converstation. You don’t need to (and can’t) do anything.
|
Loading…
Reference in a new issue