Add the documentation for the time marker plugin.

This commit is contained in:
Florent Le Coz 2012-12-17 05:04:17 +01:00
parent 29f3d9a0bc
commit d2a7013546
2 changed files with 36 additions and 0 deletions

View file

@ -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.

View 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 dont need to (and cant) do anything.