From 89d85210f06d133ee64faf446890ee48d730fdc7 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sat, 17 Nov 2018 00:31:34 +0000 Subject: [PATCH] sbots update --- lgsm/functions/info_config.sh | 1 - lgsm/functions/info_messages.sh | 16 ++++++++++++++-- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/lgsm/functions/info_config.sh b/lgsm/functions/info_config.sh index 87c084265..abfb72833 100644 --- a/lgsm/functions/info_config.sh +++ b/lgsm/functions/info_config.sh @@ -594,7 +594,6 @@ fn_info_config_sbots(){ if [ ! -f "${servercfgfullpath}" ]; then servername="${unavailable}" maxplayers="${unavailable}" - numreservedslots="${unavailable}" else servername="$(grep "ServerName=" "${servercfgfullpath}" | sed -e 's/^[ \t]//g' -e '/^#/d' -e 's/ServerName//g' | tr -d '=";,:' | sed -e 's/^[ \t]//' -e 's/[ \t]*$//')" maxplayers="$(grep "MaxPlayers=" "${servercfgfullpath}" | tr -cd '[:digit:]')" diff --git a/lgsm/functions/info_messages.sh b/lgsm/functions/info_messages.sh index 996559796..e1a6b623e 100644 --- a/lgsm/functions/info_messages.sh +++ b/lgsm/functions/info_messages.sh @@ -717,7 +717,7 @@ fn_info_message_mumble(){ echo -e "> ServerQuery\tINBOUND\t${port}\ttcp" } | column -s $'\t' -t } -fn_info_Message_pstbs(){ +fn_info_message_pstbs(){ echo -e "netstat -atunp | grep PostScriptum" echo -e "" { @@ -860,6 +860,16 @@ fn_info_message_seriousengine35(){ } | column -s $'\t' -t } +fn_info_message_sbots(){ + echo -e "netstat -atunp | grep blank1" + echo -e "" + { + echo -e "DESCRIPTION\tDIRECTION\tPORT\tPROTOCOL" + echo -e "> Game\tINBOUND\t${port}\tudp" + echo -e "> Query\tINBOUND\t${queryport}\tudp" + } | column -s $'\t' -t +} + fn_info_message_sdtd(){ fn_info_message_password_strip echo -e "netstat -atunp | grep 7DaysToDie" @@ -1151,7 +1161,7 @@ fn_info_message_select_engine(){ elif [ "${shortname}" == "kf2" ]; then fn_info_message_kf2 elif [ "${shortname}" == "pstbs" ]; then - fn_info_Message_pstbs + fn_info_message_pstbs elif [ "${gamename}" == "Project Cars" ]; then fn_info_message_projectcars elif [ "${gamename}" == "QuakeWorld" ]; then @@ -1168,6 +1178,8 @@ fn_info_message_select_engine(){ fn_info_message_squad elif [ "${gamename}" == "Stationeers" ]; then fn_info_message_stationeers + elif [ "${shortname}" == "sbots" ]; then + fn_info_message_sbots elif [ "${gamename}" == "TeamSpeak 3" ]; then fn_info_message_teamspeak3 elif [ "${gamename}" == "Tower Unite" ]; then