Start new cycle

This commit is contained in:
Michael Vetter
2021-01-09 08:09:29 +01:00
parent d382023961
commit 9d976e7231
95 changed files with 1 additions and 5222 deletions

View File

@@ -1,49 +0,0 @@
.TH man 1 "2021-01-09" "0.10.0" "Profanity XMPP client"
.SH NAME
/join
.SH DESCRIPTION
Join a chat room at the conference server. If no room is supplied, a generated name will be used with the format private-chat-[UUID]. If the domain part is not included in the room name, the account preference 'muc.service' will be used. If no nickname is specified the account preference 'muc.nick' will be used which by default is the localpart of your JID. If the room doesn't exist, and the server allows it, a new one will be created.
.SH SYNOPSIS
/join
.LP
/join <room> [nick <nick>] [password <password>]
.LP
.SH ARGUMENTS
.PP
\fB<room>\fR
.RS 4
The chat room to join.
.RE
.PP
\fBnick <nick>\fR
.RS 4
Nickname to use in the room.
.RE
.PP
\fBpassword <password>\fR
.RS 4
Password if the room requires one.
.RE
.SH EXAMPLES
/join
.LP
/join profanity@rooms.dismail.de
.LP
/join profanity@rooms.dismail.de nick mynick
.LP
/join private@conference.jabber.org nick mynick password mypassword
.LP
/join mychannel
.LP