Browse Source

updated functions for ts3server

pull/292/head
Daniel Gibbs 10 years ago
parent
commit
09347aebec
  1. 7
      functions/fn_functions

7
functions/fn_functions

@ -2,7 +2,7 @@
# LGSM fn_functions function # LGSM fn_functions function
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: http://danielgibbs.co.uk # Website: http://danielgibbs.co.uk
# Version: 210115 # Version: 080215
# Description: Defines all functions to allow download and execution of functions using fn_runfunction. # 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. # 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_runfunction
} }
fn_check_ts3status(){
functionfile="${FUNCNAME}"
fn_runfunction
}
fn_console(){ fn_console(){
functionfile="${FUNCNAME}" functionfile="${FUNCNAME}"
fn_runfunction fn_runfunction

Loading…
Cancel
Save