mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
52 lines
767 B
Groff
52 lines
767 B
Groff
|
.TH man 1 "2021-07-14" "0.10.0" "Profanity XMPP client"
|
||
|
|
||
|
.SH NAME
|
||
|
/subject
|
||
|
|
||
|
.SH DESCRIPTION
|
||
|
Set, modify, or clear room subject.
|
||
|
|
||
|
.SH SYNOPSIS
|
||
|
/subject set <subject>
|
||
|
|
||
|
.LP
|
||
|
/subject edit <subject>
|
||
|
|
||
|
.LP
|
||
|
/subject prepend <text>
|
||
|
|
||
|
.LP
|
||
|
/subject append <text>
|
||
|
|
||
|
.LP
|
||
|
/subject clear
|
||
|
|
||
|
.LP
|
||
|
|
||
|
.SH ARGUMENTS
|
||
|
.PP
|
||
|
\fBset <subject>\fR
|
||
|
.RS 4
|
||
|
Set the room subject.
|
||
|
.RE
|
||
|
.PP
|
||
|
\fBedit <subject>\fR
|
||
|
.RS 4
|
||
|
Edit the current room subject, tab autocompletion will display the subject to edit.
|
||
|
.RE
|
||
|
.PP
|
||
|
\fBprepend <text>\fR
|
||
|
.RS 4
|
||
|
Prepend text to the current room subject, use double quotes if a trailing space is needed.
|
||
|
.RE
|
||
|
.PP
|
||
|
\fBappend <text>\fR
|
||
|
.RS 4
|
||
|
Append text to the current room subject, use double quotes if a preceding space is needed.
|
||
|
.RE
|
||
|
.PP
|
||
|
\fBclear\fR
|
||
|
.RS 4
|
||
|
Clear the room subject.
|
||
|
.RE
|