Fix typo in examples.

This commit is contained in:
Martin Dosch
2025-08-03 23:17:42 +02:00
parent edda887ae6
commit 5696bf77c7

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")
},