From 09347aebecf331c7e318e24f8900477bd559c7c9 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sun, 8 Feb 2015 14:56:30 +0000 Subject: [PATCH] updated functions for ts3server --- functions/fn_functions | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/functions/fn_functions b/functions/fn_functions index 159db58f7..93a2896fd 100644 --- a/functions/fn_functions +++ b/functions/fn_functions @@ -2,7 +2,7 @@ # LGSM fn_functions function # Author: Daniel Gibbs # Website: http://danielgibbs.co.uk -# Version: 210115 +# Version: 080215 # Description: Defines all functions to allow download and execution of functions using fn_runfunction. # This function is called first before any other function. Without this file other functions would not load. @@ -37,6 +37,11 @@ functionfile="${FUNCNAME}" fn_runfunction } +fn_check_ts3status(){ +functionfile="${FUNCNAME}" +fn_runfunction +} + fn_console(){ functionfile="${FUNCNAME}" fn_runfunction