about summary refs log tree commit diff stats
path: root/docs/profanity-autoaway.1
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2021-01-09 08:09:29 +0100
committerMichael Vetter <jubalh@iodoru.org>2021-01-09 08:09:42 +0100
commit9d976e7231cfc1cf7597188a141af76583e45898 (patch)
tree195a3c51ff8f21cbf65aa87277d061ea8c1cc3d4 /docs/profanity-autoaway.1
parentd3820239613d0dcf6bc8e4cdd81ff7d14113c609 (diff)
downloadprofani-tty-9d976e7231cfc1cf7597188a141af76583e45898.tar.gz
Start new cycle
Diffstat (limited to 'docs/profanity-autoaway.1')
-rw-r--r--docs/profanity-autoaway.193
1 files changed, 0 insertions, 93 deletions
diff --git a/docs/profanity-autoaway.1 b/docs/profanity-autoaway.1
deleted file mode 100644
index f8ad4f71..00000000
--- a/docs/profanity-autoaway.1
+++ /dev/null
@@ -1,93 +0,0 @@
-.TH man 1 "2021-01-09" "0.10.0" "Profanity XMPP client"
-
-.SH NAME
-/autoaway
-
-.SH DESCRIPTION
-Manage autoaway settings for idle time.
-
-.SH SYNOPSIS
-/autoaway mode idle|away|off
-
-.LP
-/autoaway time away|xa <minutes>
-
-.LP
-/autoaway message away|xa <message>|off
-
-.LP
-/autoaway check on|off
-
-.LP
-
-.SH ARGUMENTS
-.PP
-\fBmode idle\fR
-.RS 4
-Sends idle time, status remains online.
-.RE
-.PP
-\fBmode away\fR
-.RS 4
-Sends away and xa presence as well as idle time.
-.RE
-.PP
-\fBmode off\fR
-.RS 4
-Disabled (default).
-.RE
-.PP
-\fBtime away <minutes>\fR
-.RS 4
-Number of minutes before the away presence is sent, default: 15.
-.RE
-.PP
-\fBtime xa <minutes>\fR
-.RS 4
-Number of minutes before the xa presence is sent, default: 0 (disabled).
-.RE
-.PP
-\fBmessage away <message>\fR
-.RS 4
-Optional message to send with the away presence, default: off (disabled).
-.RE
-.PP
-\fBmessage xa <message>\fR
-.RS 4
-Optional message to send with the xa presence, default: off (disabled).
-.RE
-.PP
-\fBmessage away off\fR
-.RS 4
-Send no message with away presence.
-.RE
-.PP
-\fBmessage xa off\fR
-.RS 4
-Send no message with xa presence.
-.RE
-.PP
-\fBcheck on|off\fR
-.RS 4
-When enabled, checks for activity and sends online presence, default: on.
-.RE
-
-.SH EXAMPLES
-/autoaway mode away
-
-.LP
-/autoaway time away 30
-
-.LP
-/autoaway message away Away from computer for a while
-
-.LP
-/autoaway time xa 120
-
-.LP
-/autoaway message xa Away from computer for a very long time
-
-.LP
-/autoaway check off
-
-.LP
b02 ^
852d31cf ^
46bb1d31 ^






1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55