Release 0.14.0

This commit is contained in:
Michael Vetter
2023-08-03 08:01:43 +02:00
parent e83ed9205d
commit 6b0fddd925
107 changed files with 6172 additions and 4 deletions

27
docs/profanity-role.1 Normal file
View File

@@ -0,0 +1,27 @@
.TH man 1 "2023-08-03" "0.13.1" "Profanity XMPP client"
.SH NAME
/role
.SH DESCRIPTION
Manage room roles. Role may be one of moderator, participant, visitor or none.
.SH SYNOPSIS
/role set <role> <nick> [<reason>]
.LP
/role list [<role>]
.LP
.SH ARGUMENTS
.PP
\fBset <role> <nick> [<reason>]\fR
.RS 4
Set the role of occupant with nick, with an optional reason.
.RE
.PP
\fBlist [<role>]\fR
.RS 4
List all occupants with the specified role, or all if none specified.
.RE