mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-23 04:46:21 +00:00
Make mood display optional
This commit is contained in:
@@ -2720,11 +2720,13 @@ static struct cmd_t command_defs[] = {
|
||||
CMD_TAGS(
|
||||
CMD_TAG_CHAT)
|
||||
CMD_SYN(
|
||||
"/mood on|off",
|
||||
"/mood set <mood> [text]",
|
||||
"/mood clear")
|
||||
CMD_DESC(
|
||||
"Set your mood (XEP-0107).")
|
||||
CMD_ARGS(
|
||||
{ "on|off", "Enable or disable displaying the mood of other users. On by default."},
|
||||
{ "set <mood> [text]", "Set user mood to <mood> with an optional [text]. Use /mood set <tab> to toggle through predfined moods." },
|
||||
{ "clear", "Clear your user mood." })
|
||||
CMD_EXAMPLES(
|
||||
|
||||
Reference in New Issue
Block a user