Merge pull request #2058 from mdosch/fix-aasgard-typo

Fix typo in examples.
This commit is contained in:
Michael Vetter
2025-08-04 08:45:07 +02:00
committed by GitHub

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