~sapidlib-dev/sapidlib/lockdown_d

« back to all changes in this revision

Viewing changes to lib/std/user/mobile.c

  • Committer: Cody A.W. Somerville
  • Date: 2007-07-24 07:11:48 UTC
  • Revision ID: cody-somerville@veracity-20070724071148-ersezn01p9rw1jj8
Changed license to GPL, added conference room inheritabled, fixed bug in mobile, ...

 * Added license command to show license info
 * Added conference/meeting inhertiable
 * Added conference room in lpuni cafe area
 * Fixed indexing issue in prompt parsing by ensuring cwf is set

Show diffs side-by-side

added added

removed removed

Lines of Context:
89
89
    enable_commands();
90
90
    set("prevent_get", 1);
91
91
    if(!query("cwd")) set("cwd", "/doc");
 
92
    if(!query("cwf")) set("cwf", "");
92
93
    if(!query_long()) set_long(capitalize(query_name()) + "");
93
94
    if(!mapp(query("env_settings"))) set("env_settings", (["colour" : "enabled"]));
94
95
    if(!query_env("news_client")) set_env("news_client", "/obj/mudlib/newsclients/std_newsclient.c");