Personally I see no reason for it and a user could have a simple script they
are wearing that triggers on changed, CHANGE_REGION, that tells them the
version of the server if they are interested.
default
{
on_rez(integer start_param)
{
llOwnerSay(llGetRegionName + " " + llGetEnv("sim_channel") + " " +
llGetEnv("sim_version"));
}
changed(integer change)
{
if(change & CHANGED_REGION)
{
llOwnerSay(llGetRegionName + " " + llGetEnv("sim_channel") + " " +
llGetEnv("sim_version"));
}
}
}
_______________________________________________
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges