summaryrefslogtreecommitdiff
path: root/npc/commands/discord.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/commands/discord.txt')
-rw-r--r--npc/commands/discord.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/commands/discord.txt b/npc/commands/discord.txt
index 0de4b9ca0..0aa56660e 100644
--- a/npc/commands/discord.txt
+++ b/npc/commands/discord.txt
@@ -74,9 +74,12 @@ OnCall:
atcommand("@ban 7d "+strcharinfo(0));
mesc l("Please insert your Discord ID, on the following format: "), 1;
- mesc l("Usename#0000"), 2;
+ mesc l("Username#0000"), 2;
input .@discord$;
if (.@discord$ == "") close;
+ .@i = explode(.@d$, .@discord$, "#");
+ if (.@i != 2) { mesc l("Invalid Discord ID. (L1)"); next; break; }
+ if (getstrlen(.@d$[1]) != 4) { mesc l("Invalid Discord ID. (L2)"); next; break; }
mes "";
clear;
mesc l("Linking the following Discord account:");