summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-05-24 22:47:24 -0300
committerJesusaves <cpntb1@ymail.com>2021-05-24 22:47:24 -0300
commit87a29f6b887958de8cecefa152f476c1754681cb (patch)
tree2d75b583346645972059cf34b7be5e94a56b1102
parent82e9f548d34ab1f6fb4312cfa084a36751f59429 (diff)
downloadserverdata-87a29f6b887958de8cecefa152f476c1754681cb.tar.gz
serverdata-87a29f6b887958de8cecefa152f476c1754681cb.tar.bz2
serverdata-87a29f6b887958de8cecefa152f476c1754681cb.tar.xz
serverdata-87a29f6b887958de8cecefa152f476c1754681cb.zip
Prompt for confirmation on @discord
-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) {