mirror of
https://github.com/gmod-integration/lua.git
synced 2025-03-15 22:07:34 +00:00
add: default reason / support link
This commit is contained in:
parent
b8c04246b9
commit
f6f47e2525
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user