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