summaryrefslogtreecommitdiff
path: root/doc/en/plugins/time_marker.txt
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2013-04-08 18:52:35 +0200
committermathieui <mathieui@mathieui.net>2013-04-08 18:52:35 +0200
commitbd8d38d711e15d42ac8e797723af5242e4c3f4fb (patch)
treed3ea6da641be1c7e67a3123071cb816933436502 /doc/en/plugins/time_marker.txt
parente5f219d43edbb4b05c8890f81f2f93b90e215a10 (diff)
downloadpoezio-bd8d38d711e15d42ac8e797723af5242e4c3f4fb.tar.gz
poezio-bd8d38d711e15d42ac8e797723af5242e4c3f4fb.tar.bz2
poezio-bd8d38d711e15d42ac8e797723af5242e4c3f4fb.tar.xz
poezio-bd8d38d711e15d42ac8e797723af5242e4c3f4fb.zip
Beginning of the migration to reST documentation
Diffstat (limited to 'doc/en/plugins/time_marker.txt')
-rw-r--r--doc/en/plugins/time_marker.txt31
1 files changed, 0 insertions, 31 deletions
diff --git a/doc/en/plugins/time_marker.txt b/doc/en/plugins/time_marker.txt
deleted file mode 100644
index ad171b0d..00000000
--- a/doc/en/plugins/time_marker.txt
+++ /dev/null
@@ -1,31 +0,0 @@
-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.