From 28a19b46be0dff5cd1c522fef0cbafca89956aac Mon Sep 17 00:00:00 2001 From: Cooldude2606 Date: Fri, 6 Mar 2020 17:06:03 +0000 Subject: [PATCH] Added verify message --- config/chat_reply.lua | 3 +++ locale/en/addons.cfg | 1 + 2 files changed, 4 insertions(+) diff --git a/config/chat_reply.lua b/config/chat_reply.lua index 81cf57c5..8b8343c5 100644 --- a/config/chat_reply.lua +++ b/config/chat_reply.lua @@ -46,6 +46,9 @@ return { ['time']=function() return {'chat-bot.map-time',format_time(game.tick,{days=true,hours=true,minutes=true,seconds=true,long=true})} end, + ['r!verify']=function(player) + return {'chat-bot.verify',player.name} + end, }, command_admin_only = false, --- @setting command_admin_only when true will only allow chat commands for admins command_permission = 'command/chat-bot', --- @setting command_permission the permission used to allow command prefixes diff --git a/locale/en/addons.cfg b/locale/en/addons.cfg index 22f8c32d..e526e53f 100644 --- a/locale/en/addons.cfg +++ b/locale/en/addons.cfg @@ -76,6 +76,7 @@ get-mead-1= Filling the drinking horn get-mead-2= Skål! get-beer-1= 🍺 Pouring A Glass 🍺 get-beer-2= 🍻 Chears Mate 🍻 +verify=Please return to our discord and type r!verify __1__ [greetings] greet=[color=0,1,0] Welcome to explosive gaming community server! If you like the server join our discord: __1__ [/color] \ No newline at end of file