mirror of
https://github.com/nmap/nmap.git
synced 2025-12-15 20:29:03 +00:00
Only show the "other options" in quake3-info with -v.
This commit is contained in:
@@ -224,6 +224,8 @@ action = function(host, port)
|
||||
local response = {}
|
||||
table.insert(response, formatplayers(players, fraglimit))
|
||||
table.insert(response, formatfields(basic, "BASIC OPTIONS:"))
|
||||
table.insert(response, formatfields(other, "OTHER OPTIONS:"))
|
||||
if nmap.verbosity() > 0 then
|
||||
table.insert(response, formatfields(other, "OTHER OPTIONS:"))
|
||||
end
|
||||
return stdnse.format_output(true, response)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user