From 5696bf77c73300ddc0075aac78ca29a504ea14ad Mon Sep 17 00:00:00 2001 From: Martin Dosch Date: Sun, 3 Aug 2025 23:17:42 +0200 Subject: [PATCH] Fix typo in examples. --- src/command/cmd_defs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/command/cmd_defs.c b/src/command/cmd_defs.c index e5fb3cf0..e33dcdb1 100644 --- a/src/command/cmd_defs.c +++ b/src/command/cmd_defs.c @@ -433,7 +433,7 @@ static const struct cmd_t command_defs[] = { { "", "The contact you wish to view information about." }, { "", "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") },