Returns true if client is a bot, spider, validator, robot or crawler. It's based on user-agent, so it won't identify any bot that doesn't identify itself via the user-agent.
Requires [lp_client_browser]
Parameters
-user_agent
string, optional
Processes user_agent to see if it's a bot. Default is to evaluate the current client.
-deny
string, optional
Returns true when matched, all else returns false.
-allow
string, optional
Returns false when matched, all else returns true.
-strict
boolean, optional
Returns true only for known bots.
-loose
boolean, optional
Returns true for known bots, suspected bots, and unknown clients.
Click the "Download" button below to retrieve a copy of this tag,
including the complete documentation and sample usage shown
on this page. Place the downloaded ".inc" file in your
LassoStartup folder, restart Lasso, and you can begin using this
tag immediately.