diff --git a/Addons/Admin/auto-chat.lua b/Addons/Admin/auto-chat.lua index 753b675c..0cf78b61 100644 --- a/Addons/Admin/auto-chat.lua +++ b/Addons/Admin/auto-chat.lua @@ -18,6 +18,8 @@ local messages = { ['commands']={'chat-bot.custom-commands'}, ['softmod']={'chat-bot.softmod'}, ['script']={'chat-bot.softmod'}, + ['link']={'chat-bot.links'}, + ['links']={'chat-bot.links'}, ['afk']=function(_player) local max=_player for _,player in pairs(game.connected_players) do if max.afk_time < player.afk_time then max=player end end return {'chat-bot.afk',max.name,tick_to_display_format(max.afk_time)} end } @@ -32,7 +34,10 @@ local commands = { ['dev']={'chat-bot.not-real-dev'}, ['blame']=function(player) local names = {'Cooldude2606','arty714','badgamernl',player.name} return {'chat-bot.blame',names[math.random(#names)]} end, ['readme']={'chat-bot.read-readme'}, -} + ['magic']={'chat-bot.magic'}, + ['aids']={'chat-bot.aids'}, + ['riot']={'chat-bot.riot'} +} Event.register(defines.events.on_console_chat,function(event) local player = Game.get_player(event) diff --git a/locale/de/chat-bot.cfg b/locale/de/chat-bot.cfg index 65067189..02254c30 100644 --- a/locale/de/chat-bot.cfg +++ b/locale/de/chat-bot.cfg @@ -8,9 +8,13 @@ line-8=Type /help for more info join-us=Please join us on: discord=Discord: https://discord.me/explosivegaming website=Website: explosivegaming.nl -custom-commands=We use custom commands, such as /tag and /report, see readme/commands for more info. +custom-commands=We use custom commands, such as /tag and /report, see the commands tab in readme for more info. read-readme=Make sure you have read the Readme (can be found through the question mark on the top left) not-real-dev=Cooldude2606 is a dev for this server and makes the softmod (look top left) and is not a factorio dev. -softmod=A softmod is a custom scenario that runs on this server, example in the top left. +softmod=A softmod is a custom scenario that runs on this server, example is the player list. blame=Blame __1__ for what just happend! -afk=Your afk? Look at __1__ they have been afk for: __2__ \ No newline at end of file +afk=Your afk? Look at __1__ they have been afk for: __2__ +links=To see links open the readme and click links. +magic=Fear the admin magic (ノ゚∀゚)ノ⌒・*:.。. .。.:*・゜゚・*☆ +aids=≖ ‿ ≖ Fear the aids of a public server ≖ ‿ ≖ +riot=(admins) ┬┴┬┴┤ᵒ_ᵒ)├┬┴┬┴ ‹ ‹\(´ω` )/››‹‹\ (  ´)/››‹‹\ ( ´ω`)/›› (rest of server) \ No newline at end of file diff --git a/locale/en/chat-bot.cfg b/locale/en/chat-bot.cfg index 65067189..02254c30 100644 --- a/locale/en/chat-bot.cfg +++ b/locale/en/chat-bot.cfg @@ -8,9 +8,13 @@ line-8=Type /help for more info join-us=Please join us on: discord=Discord: https://discord.me/explosivegaming website=Website: explosivegaming.nl -custom-commands=We use custom commands, such as /tag and /report, see readme/commands for more info. +custom-commands=We use custom commands, such as /tag and /report, see the commands tab in readme for more info. read-readme=Make sure you have read the Readme (can be found through the question mark on the top left) not-real-dev=Cooldude2606 is a dev for this server and makes the softmod (look top left) and is not a factorio dev. -softmod=A softmod is a custom scenario that runs on this server, example in the top left. +softmod=A softmod is a custom scenario that runs on this server, example is the player list. blame=Blame __1__ for what just happend! -afk=Your afk? Look at __1__ they have been afk for: __2__ \ No newline at end of file +afk=Your afk? Look at __1__ they have been afk for: __2__ +links=To see links open the readme and click links. +magic=Fear the admin magic (ノ゚∀゚)ノ⌒・*:.。. .。.:*・゜゚・*☆ +aids=≖ ‿ ≖ Fear the aids of a public server ≖ ‿ ≖ +riot=(admins) ┬┴┬┴┤ᵒ_ᵒ)├┬┴┬┴ ‹ ‹\(´ω` )/››‹‹\ (  ´)/››‹‹\ ( ´ω`)/›› (rest of server) \ No newline at end of file diff --git a/locale/fr/chat-bot.cfg b/locale/fr/chat-bot.cfg index 65067189..02254c30 100644 --- a/locale/fr/chat-bot.cfg +++ b/locale/fr/chat-bot.cfg @@ -8,9 +8,13 @@ line-8=Type /help for more info join-us=Please join us on: discord=Discord: https://discord.me/explosivegaming website=Website: explosivegaming.nl -custom-commands=We use custom commands, such as /tag and /report, see readme/commands for more info. +custom-commands=We use custom commands, such as /tag and /report, see the commands tab in readme for more info. read-readme=Make sure you have read the Readme (can be found through the question mark on the top left) not-real-dev=Cooldude2606 is a dev for this server and makes the softmod (look top left) and is not a factorio dev. -softmod=A softmod is a custom scenario that runs on this server, example in the top left. +softmod=A softmod is a custom scenario that runs on this server, example is the player list. blame=Blame __1__ for what just happend! -afk=Your afk? Look at __1__ they have been afk for: __2__ \ No newline at end of file +afk=Your afk? Look at __1__ they have been afk for: __2__ +links=To see links open the readme and click links. +magic=Fear the admin magic (ノ゚∀゚)ノ⌒・*:.。. .。.:*・゜゚・*☆ +aids=≖ ‿ ≖ Fear the aids of a public server ≖ ‿ ≖ +riot=(admins) ┬┴┬┴┤ᵒ_ᵒ)├┬┴┬┴ ‹ ‹\(´ω` )/››‹‹\ (  ´)/››‹‹\ ( ´ω`)/›› (rest of server) \ No newline at end of file diff --git a/locale/nl/chat-bot.cfg b/locale/nl/chat-bot.cfg index 65067189..02254c30 100644 --- a/locale/nl/chat-bot.cfg +++ b/locale/nl/chat-bot.cfg @@ -8,9 +8,13 @@ line-8=Type /help for more info join-us=Please join us on: discord=Discord: https://discord.me/explosivegaming website=Website: explosivegaming.nl -custom-commands=We use custom commands, such as /tag and /report, see readme/commands for more info. +custom-commands=We use custom commands, such as /tag and /report, see the commands tab in readme for more info. read-readme=Make sure you have read the Readme (can be found through the question mark on the top left) not-real-dev=Cooldude2606 is a dev for this server and makes the softmod (look top left) and is not a factorio dev. -softmod=A softmod is a custom scenario that runs on this server, example in the top left. +softmod=A softmod is a custom scenario that runs on this server, example is the player list. blame=Blame __1__ for what just happend! -afk=Your afk? Look at __1__ they have been afk for: __2__ \ No newline at end of file +afk=Your afk? Look at __1__ they have been afk for: __2__ +links=To see links open the readme and click links. +magic=Fear the admin magic (ノ゚∀゚)ノ⌒・*:.。. .。.:*・゜゚・*☆ +aids=≖ ‿ ≖ Fear the aids of a public server ≖ ‿ ≖ +riot=(admins) ┬┴┬┴┤ᵒ_ᵒ)├┬┴┬┴ ‹ ‹\(´ω` )/››‹‹\ (  ´)/››‹‹\ ( ´ω`)/›› (rest of server) \ No newline at end of file