Skip to content

Commit

Permalink
add q4 info
Browse files Browse the repository at this point in the history
  • Loading branch information
dgibbs64 committed Nov 27, 2023
1 parent 2f1d9f5 commit 2f6814f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions lgsm/modules/info_messages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1286,13 +1286,23 @@ fn_info_messages_q2() {
{
fn_port "header"
fn_port "Game" port udp
fn_port "Query" queryport udp
} | column -s $'\t' -t
}

fn_info_messages_q3() {
{
fn_port "header"
fn_port "Game" port udp
fn_port "Query" queryport udp
} | column -s $'\t' -t
}

fn_info_messages_q4() {
{
fn_port "header"
fn_port "Game" port udp
fn_port "Query" queryport udp
} | column -s $'\t' -t
}

Expand Down Expand Up @@ -1794,6 +1804,8 @@ fn_info_messages_select_engine() {
fn_info_messages_q2
elif [ "${shortname}" == "q3" ]; then
fn_info_messages_q3
elif [ "${shortname}" == "q4" ]; then
fn_info_messages_q3
elif [ "${shortname}" == "ql" ]; then
fn_info_messages_ql
elif [ "${shortname}" == "qw" ]; then
Expand Down

0 comments on commit 2f6814f

Please sign in to comment.