diff options
author | mathieui <mathieui@mathieui.net> | 2016-10-04 00:26:54 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2016-10-04 00:29:19 +0200 |
commit | 5a6ba4dda826308fd3ba5abd8cc25fba2166a431 (patch) | |
tree | 8ef6c6f010ff1feed1a4fb56e17fe955a7ff9ae7 /plugins/time_marker.py | |
parent | c5e80b968862b4fe54d394ed278466f3eb02dd41 (diff) | |
download | poezio-5a6ba4dda826308fd3ba5abd8cc25fba2166a431.tar.gz poezio-5a6ba4dda826308fd3ba5abd8cc25fba2166a431.tar.bz2 poezio-5a6ba4dda826308fd3ba5abd8cc25fba2166a431.tar.xz poezio-5a6ba4dda826308fd3ba5abd8cc25fba2166a431.zip |
Replace "MUC" by "chatroom" in the documentation
And fix some linewrapping, obsolete references to poezio.eu, and
obsolete docs.
Diffstat (limited to 'plugins/time_marker.py')
-rw-r--r-- | plugins/time_marker.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/time_marker.py b/plugins/time_marker.py index f215d2b3..43ec11e0 100644 --- a/plugins/time_marker.py +++ b/plugins/time_marker.py @@ -3,8 +3,8 @@ Display the time between two messages. Helps you identify the times of a conversation. For example if you disable the timestamps, and remove the join/quit notifications in a -MUC, you can’t really distinguish when a conversation stopped and when a new -one started, because you don’t have a visual separation between the two. +chatroom, you can’t really distinguish when a conversation stopped and when +a new one started, because you don’t have a visual separation between the two. This plugin displays a message in the conversation indicating the time that passed between two messages, if the time is bigger than X minutes |