add: default reason / support link

This commit is contained in:
Linventif 2024-03-13 19:41:02 +01:00
parent b8c04246b9
commit f6f47e2525
No known key found for this signature in database
GPG Key ID: FAC0CA60F9AEEC24

View File

@ -7,8 +7,8 @@ local function filterMessage(reason)
"\n----------------------------------------\n", "\n----------------------------------------\n",
"You cannot join this server", "You cannot join this server",
"", "",
"Reason: " .. reason, "Reason: " .. (reason && reason || "none"),
"Help URL: " .. (gmInte.config.supportLink && gmInte.config.supportLink || "No Support Link"), "Help URL: " .. (gmInte.config.supportLink && gmInte.config.supportLink || "none"),
"", "",
"Have a nice day", "Have a nice day",
"\n----------------------------------------\n", "\n----------------------------------------\n",