adds forum link, removes boxen discord table

This commit is contained in:
Kyep
2019-05-29 14:56:28 -07:00
parent 3662b90265
commit eaeea7ce2f
12 changed files with 96 additions and 136 deletions
+5
View File
@@ -137,6 +137,8 @@
var/ipintel_whitelist = 0
var/ipintel_detailsurl = "https://iphub.info/?ip="
var/forum_link_url
var/admin_legacy_system = 0 //Defines whether the server uses the legacy admin system with admins.txt or the SQL system. Config option in config.txt
var/ban_legacy_system = 0 //Defines whether the server uses the legacy banning system with the files in /data or the SQL system. Config option in config.txt
var/use_age_restriction_for_jobs = 0 //Do jobs use account age restrictions? --requires database
@@ -330,6 +332,9 @@
if("ipintel_detailsurl")
config.ipintel_detailsurl = value
if("forum_link_url")
config.forum_link_url = value
if("log_ooc")
config.log_ooc = 1