summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/commands/discord.txt5
1 files changed, 5 insertions, 0 deletions
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) {