& help

There have been mucho changes to get to mush 2.0.  Here are the names of
a few:  Type 'news foo' for more info on foo.
 
Parser
Inherit
Bugs

& bugs

Recent bugfixes:
 
1.  @entrances <roomnumber> now works.  There was a crash-causing 
problem with it previously.
2.  get() now works on other objects DESC, SEX, and LAST fields, so
you can do:  "[get(*otherplayer,last)] and find out when Otherplayer
was last logged on.  (Now all we need is Gnu Finger with the graphics
stuff.... :-)

& parser

Parser changes: We've re-written the parser yet again, this time just
ripping out the old one and doing it right.  As a result, many
'security' holes have been fixed, but some things have changed that
will affect you.  Here are a few of them: (type 'news foo' for more
info on foo.)
  
percents
spaces - You can now type 'page otherplayer = hi there' and it'll work.

& percents

You can no longer do this sort of thing:
 
@va foo=$dothis *:%0
 
Instead, you have to do this:
 
@va foo=$dothis *:@force me=%0
 
The nice side of this change is that most of the holes which allowed
other players to manipulate your objects into doing things you didn't
intend no longer work.

& inherit

The INHERIT flag is a new flag designed to allow players a bit more
control over how much power their objects have over them.  If an
object of yours is not INHERIT, it cannot force you to do things.  So,
if you want an object of yours to be able to control you or your other
objects, you must set that object INHERIT (so that it inherits your
permissions, basically).  If you set yourself INHERIT, then all of
your objects are treated as if they were set INHERIT, which is
equivalent to the old behavior.

& foo
foo on you.  It was just an example.