about summary refs log tree commit diff stats
path: root/docs/profanity-rooms.1
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2022-09-13 11:54:02 +0200
committerMichael Vetter <jubalh@iodoru.org>2022-09-13 11:54:02 +0200
commit446027ce6cfacc5ac5479fe1fafb74ca252ab0d2 (patch)
tree8986ae277210c0aa8a34a55ec7022c47e5f5d1ad /docs/profanity-rooms.1
parenta8e6b26ee1f336975be76919aeb096768b724aa6 (diff)
downloadprofani-tty-446027ce6cfacc5ac5479fe1fafb74ca252ab0d2.tar.gz
Start new cycle
Diffstat (limited to 'docs/profanity-rooms.1')
-rw-r--r--docs/profanity-rooms.160
1 files changed, 0 insertions, 60 deletions
diff --git a/docs/profanity-rooms.1 b/docs/profanity-rooms.1
deleted file mode 100644
index 5d8a03ca..00000000
--- a/docs/profanity-rooms.1
+++ /dev/null
@@ -1,60 +0,0 @@
-.TH man 1 "2022-09-13" "0.13.0" "Profanity XMPP client"
-
-.SH NAME
-/rooms
-
-.SH DESCRIPTION
-List the chat rooms available at the specified conference service. If no argument is supplied, the account preference 'muc.service' is used, 'conference.<domain-part>' by default. The filter argument only shows rooms that contain the provided text, case insensitive.
-
-.SH SYNOPSIS
-/rooms
-
-.LP
-/rooms filter <text>
-
-.LP
-/rooms service <service>
-
-.LP
-/rooms service <service> filter <text>
-
-.LP
-/rooms cache on|off|clear
-
-.LP
-
-.SH ARGUMENTS
-.PP
-\fBservice <service>\fR
-.RS 4
-The conference service to query.
-.RE
-.PP
-\fBfilter <text>\fR
-.RS 4
-The text to filter results by.
-.RE
-.PP
-\fBcache on|off\fR
-.RS 4
-Enable or disable caching of rooms list response, enabled by default.
-.RE
-.PP
-\fBcache clear\fR
-.RS 4
-Clear the rooms response cache if enabled.
-.RE
-
-.SH EXAMPLES
-/rooms
-
-.LP
-/rooms filter development
-
-.LP
-/rooms service conference.jabber.org
-
-.LP
-/rooms service conference.jabber.org filter "News Room"
-
-.LP