about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2019-09-30 19:12:47 +0200
committerMichael Vetter <jubalh@iodoru.org>2019-09-30 19:12:47 +0200
commit7da2a444da8001f822de00dfb840462d871662ea (patch)
tree87948660f5098298d7fdfd4f343111ed2c442c75
parent53c4c8548b1ee8e312bc61b6657483d231157aa0 (diff)
downloadprofani-tty-7da2a444da8001f822de00dfb840462d871662ea.tar.gz
Mention XEP-0191 in blocked command
-rw-r--r--src/command/cmd_defs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/cmd_defs.c b/src/command/cmd_defs.c
index 46e34512..2c227153 100644
--- a/src/command/cmd_defs.c
+++ b/src/command/cmd_defs.c
@@ -402,7 +402,7 @@ static struct cmd_t command_defs[] =
             "/blocked add [<jid>]",
             "/blocked remove <jid>")
         CMD_DESC(
-            "Manage blocked users, calling with no arguments shows the current list of blocked users."
+            "Manage blocked users (XEP-0191), calling with no arguments shows the current list of blocked users."
             "To blog a certain user in a MUC use the following as jid: room@conference.example.org/spammy-user")
         CMD_ARGS(
             { "add [<jid>]",    "Block the specified Jabber ID. If in a chat window and no jid is specified, the current recipient will be blocked." },