From 99f51abecd3e687370cfdbe9313625d0ab81e341 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 18 Nov 2021 16:01:52 -0300 Subject: Actually, do not understimate trolls. --- npc/commands/discord.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'npc') diff --git a/npc/commands/discord.txt b/npc/commands/discord.txt index 0aa56660e..e411de419 100644 --- a/npc/commands/discord.txt +++ b/npc/commands/discord.txt @@ -77,9 +77,10 @@ OnCall: mesc l("Username#0000"), 2; input .@discord$; if (.@discord$ == "") close; + if (strtolower(.@discord$) == "username#0000") { break; } .@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; } + if (.@i != 2) { mesc l("Invalid Discord ID."); next; break; } + if (getstrlen(.@d$[1]) != 4) { mesc l("Invalid Discord ID."); next; break; } mes ""; clear; mesc l("Linking the following Discord account:"); -- cgit v1.2.3-70-g09d2