From 87a29f6b887958de8cecefa152f476c1754681cb Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 24 May 2021 22:47:24 -0300 Subject: Prompt for confirmation on @discord --- npc/commands/discord.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/npc/commands/discord.txt b/npc/commands/discord.txt index 98786bcfe..9e65fab81 100644 --- a/npc/commands/discord.txt +++ b/npc/commands/discord.txt @@ -78,6 +78,11 @@ OnCall: input .@discord$; if (.@discord$ == "") close; mes ""; + clear; + mesc l("Linking the following Discord account:"); + mesc .@discord$, 1; + mesc l("Is this correct?"); + if (askyesno() == ASK_NO) close; // Run SQL query (will halt execution on dupe) if (.@link) { -- cgit v1.2.3-70-g09d2