mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
Missed one (see last commit.)
This commit is contained in:
2
msm
2
msm
@ -1651,7 +1651,7 @@ main() {
|
||||
local line=$(server_eval_and_get_line $id "kick $3" "${server_confirm_kick[$id]}" "${server_confirm_kick_fail[$id]}")
|
||||
|
||||
local regex="${LOG_REGEX} ${server_confirm_kick[$id]}"
|
||||
if [[ "$line" =~ $regex ]]; then
|
||||
if [[ $line =~ $regex ]]; then
|
||||
echo "Kicked \"$3\" from game."
|
||||
fi
|
||||
local regex="${LOG_REGEX} ${server_confirm_kick_fail[$id]}"
|
||||
|
Reference in New Issue
Block a user