1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-16 21:35:24 +00:00
profanity/docs/profanity-role.1

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

28 lines
476 B
Groff
Raw Normal View History

2023-08-03 06:01:43 +00:00
.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