From f8ab5613d138892265f3e4f8b7f13b6a912f29dd Mon Sep 17 00:00:00 2001 From: Cooldude2606 Date: Mon, 7 Aug 2017 21:20:34 +0100 Subject: [PATCH] Added Credit for F2D and D2F bot --- control.lua | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/control.lua b/control.lua index 1ef8841e..f7af9544 100644 --- a/control.lua +++ b/control.lua @@ -8,14 +8,32 @@ Discord: https://discord.gg/XSsBV6b The credit below may be used by another script do not remove. ]] -local credits = {{ +local credits = { + { name='Control', owner='Explosive Gaming', dev='Cooldude2606', description='Core Factorio File', factorio_version='0.15.23', show=false - }} + }, + {-- this is only on our server so can't be found in any of this code , remove when copying code + name='Factorio to Discord Bot', + owner='Explosive Gaming', + dev='ayahuasca23', + description='Sends all chat from the server into discord', + factorio_version='0.15.23', + show=true + }, + {-- this is only on our server so can't be found in any of this code , remove when copying code + name='Discord to Factorio Bot', + owner='Explosive Gaming', + dev='badgamernl', + description='Factorio To discord bot', + factorio_version='0.15.23', + show=true + } + } local function credit_loop(reg) for _,cred in pairs(reg) do table.insert(credits,cred) end end --Please Only Edit Below This Line----------------------------------------------------------- require("mod-gui")