Fix typo in examples.

(cherry picked from commit 5696bf77c7)

Author:    Martin Dosch <martin@mdosch.de>
This commit is contained in:
Martin Dosch
2025-09-10 13:58:57 +02:00
committed by Jabber Developer
parent 1ae78400a4
commit 6b6576b31c

View File

@@ -433,7 +433,7 @@ static const struct cmd_t command_defs[] = {
{ "<contact>", "The contact you wish to view information about." },
{ "<nick>", "When in a chat room, the occupant you wish to view information about." })
CMD_EXAMPLES(
"/info thor@aasgard.server.org",
"/info thor@asgard.server.org",
"/info heimdall")
},