unfortunately not...That would be nice, but plugall is pretty limited, so the simple answer is no. Of course you could make a goto command to enter a room that would launch the browser. Or..
Code:
ON OUTCHAT {
CHATSTR "" SUBSTR namesaid =
{ WEBSITES }
{ "http://palaceplanet.net" NETGOTO } CHATSTR "Palace Planet" SUBSTR namesaid AND IF
{ "http://thepalace.com" NETGOTO } CHATSTR "The Palace" SUBSTR namesaid AND IF
{ "http://osnews.com" NETGOTO } CHATSTR "daily" SUBSTR namesaid AND IF
{ "http://getfirefox.com" NETGOTO } CHATSTR "daily" SUBSTR namesaid AND IF
{ "http://www.borggen.com/" NETGOTO } CHATSTR "cyborg!" SUBSTR namesaid AND IF
{ "http://www.tvtome.com" NETGOTO } CHATSTR "tvtome" SUBSTR namesaid AND IF
{ "http://palaceplanet.net" NETGOTO } CHATSTR "palaceon" SUBSTR namesaid AND IF
{ "http://palace.chocolate-town.com" NETGOTO } CHATSTR "palaceon" SUBSTR namesaid AND IF
{ "http://google.com/" NETGOTO } CHATSTR "search" SUBSTR namesaid AND IF
{"$1" GREPSUB search = {"$1+$2" GREPSUB search =}{search LOWERCASE "^(.*) (.*)$" GREPSTR} WHILE
"http://www.google.com/search?hl=en&q=" search & netgoto"" CHATSTR = } CHATSTR "^google (.*)$" GREPSTR IF
{ "$1" grepsub email = {"E-mailing: " email & STATUSMSG "mailto:" email &}
{"Launching mail prog" STATUSMSG "mailto:"} CHATSTR "@" SUBSTR IFELSE netgoto
"" CHATSTR =} CHATSTR "e-mail" == CHATSTR "^mail (.*)$" grepstr or if
If you need anything explained just ask, but just look at it to understand, really.. like when you say "Palace Planet" it launches the site palace planet.
Simplized
Code:
ON OUTCHAT {
CHATSTR "" SUBSTR namesaid =
{ WEBSITES }
{ "http://palaceplanet.net" NETGOTO } CHATSTR "Palace Planet" SUBSTR namesaid AND IF
Then you can just copy this, for as many sites as you want
Code:
{ "http://palaceplanet.net" NETGOTO } CHATSTR "Palace Planet" SUBSTR namesaid AND IF
To make more websites. Its just a suggestion, if you don't find it useful, maybe someone else will :)