Selaa lähdekoodia

updated functions for ts3server

Daniel Gibbs 11 vuotta sitten
vanhempi
commit
09347aebec
1 muutettua tiedostoa jossa 6 lisäystä ja 1 poistoa
  1. 6 1
      functions/fn_functions

+ 6 - 1
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