mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-22 11:56:22 +00:00
Add occupants char
`/occupants char` now sets a character that is displayed before the nick in MUCs. Similar like `/roster char` is displaying a char for the roster. Regards #690
This commit is contained in:
@@ -752,6 +752,7 @@ static struct cmd_t command_defs[] =
|
||||
CMD_TAG_UI)
|
||||
CMD_SYN(
|
||||
"/occupants show|hide [jid]",
|
||||
"/occupants char <char>|none",
|
||||
"/occupants default show|hide [jid]",
|
||||
"/occupants size [<percent>]",
|
||||
"/occupants indent <indent>",
|
||||
@@ -761,6 +762,8 @@ static struct cmd_t command_defs[] =
|
||||
"Show or hide room occupants, and occupants panel display settings.")
|
||||
CMD_ARGS(
|
||||
{ "show", "Show the occupants panel in current room." },
|
||||
{ "char <char>", "Prefix occupants with specified character." },
|
||||
{ "char none", "Remove occupants character prefix." },
|
||||
{ "hide", "Hide the occupants panel in current room." },
|
||||
{ "show jid", "Show jid in the occupants panel in current room." },
|
||||
{ "hide jid", "Hide jid in the occupants panel in current room." },
|
||||
|
||||
Reference in New Issue
Block a user