summaryrefslogtreecommitdiff
path: root/doc/en/plugins/time_marker.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/en/plugins/time_marker.txt')
-rw-r--r--doc/en/plugins/time_marker.txt31
1 files changed, 31 insertions, 0 deletions
diff --git a/doc/en/plugins/time_marker.txt b/doc/en/plugins/time_marker.txt
new file mode 100644
index 00000000..ad171b0d
--- /dev/null
+++ b/doc/en/plugins/time_marker.txt
@@ -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.