mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-20 09:06:21 +00:00
xep-0084: Look for specific user and print ID
Add a `/avatar` command.
This commit is contained in:
@@ -2312,6 +2312,21 @@ static struct cmd_t command_defs[] =
|
||||
"/color on",
|
||||
"/color blue")
|
||||
},
|
||||
|
||||
{ "/avatar",
|
||||
parse_args, 1, 1, NULL,
|
||||
CMD_NOSUBFUNCS
|
||||
CMD_MAINFUNC(cmd_avatar)
|
||||
CMD_TAGS(
|
||||
CMD_TAG_CHAT)
|
||||
CMD_SYN(
|
||||
"/color nick")
|
||||
CMD_DESC(
|
||||
"Not ready")
|
||||
CMD_ARGS(
|
||||
{ "nick", "Not ready"})
|
||||
CMD_NOEXAMPLES
|
||||
},
|
||||
};
|
||||
|
||||
static GHashTable *search_index;
|
||||
|
||||
Reference in New Issue
Block a user