melville/
melville/cmds/
melville/cmds/admin/
melville/data/
melville/data/mail/
melville/data/player/
melville/data/system/
melville/data/user/
melville/doc/functions/
melville/doc/help/
melville/inherit/
melville/log/
melville/obj/
melville/system/auto/
melville/system/player/
melville/system/user/
melville/users/
melville/users/mobydick/
melville/world/
/* The start room bulletin board. */

#include <config.h>

inherit BOARD ;

void create() {
    set_short("Start room board") ;
    set_long (
"This board lets you 'post' notes which other wizards can then 'read'. You\n"+
"can also 'remove' any notes you wrote. The board can store up to 30 notes.\n");
    move("/world/start") ;
    ::create() ;
}