Use correct config notecard name in message

This commit is contained in:
Anna Puddles
2023-02-07 16:20:43 -05:00
committed by GitHub
parent c677de9718
commit 61379d3b96

View File

@@ -1,5 +1,5 @@
/* The version of prim-dns. */
string version = "2.2.0";
string version = "2.2.1";
/* The name of the configuration notecard. */
string config_notecard = "prim-dns config";
@@ -503,7 +503,7 @@ state request_url
else
{
llOwnerSay("Server URL registered successfully at " + endpoint);
llOwnerSay("****************************************\nCOPY THIS LINE INTO THE config NOTECARD:\n\nauth = " + llJsonGetValue(body, ["auth"]) + "\n\n****************************************");
llOwnerSay("****************************************\nCOPY THIS LINE INTO THE " + config_notecard + " NOTECARD:\n\nauth = " + llJsonGetValue(body, ["auth"]) + "\n\n****************************************");
}
jsonrpc_link_notification(LINK_SET, "prim-dns:alias-registered", JSON_OBJECT, ["alias", endpoint]);