calling mes->get(<object>) crashes MUD
Status: Alpha
Brought to you by:
plexq
if you call mes->get("<object>") it crashed the MUD.
The reason is because message object don't currently
belong to any namespace, so they look up from their
nspace object which is NULL, and caused a SEGV
(unsurprisingly).