From 5eb8536f2ee598424791f5ff9436b1d60521f0ae Mon Sep 17 00:00:00 2001 From: "psyc://psyced.org/~lynX" <@> Date: Thu, 9 Apr 2009 10:49:37 +0200 Subject: [PATCH] + --- world/net/person.c | 4 ++-- world/net/place/archetype.gen | 2 +- world/net/usercmd.i | 4 ++++ 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/world/net/person.c b/world/net/person.c index 043b2ee..5cf5418 100644 --- a/world/net/person.c +++ b/world/net/person.c @@ -495,7 +495,7 @@ sLocation(string service, mixed data) { } static linkSet(service, location, source) { - P1(("linkSet(%O, %O, %O) called in %O: linking.\n", + P2(("linkSet(%O, %O, %O) called in %O: linking.\n", service, location, source, ME)); // sLocation? unless (location) location = source; @@ -536,7 +536,7 @@ static linkDel(service, source, variant) { service, source, ME)); return 0; } - P1(("linkDel(%O, %O) called in %O: unlinking %O.\n", + P2(("linkDel(%O, %O) called in %O: unlinking %O.\n", service, source, ME, candidate)); unless (source) source = candidate; // sLocation? diff --git a/world/net/place/archetype.gen b/world/net/place/archetype.gen index 2194cf2..72e0d4e 100644 --- a/world/net/place/archetype.gen +++ b/world/net/place/archetype.gen @@ -1069,7 +1069,7 @@ msg(source, mc, data, mapping vars) { } // uni and unl differ if (t != source) { -P1(("ident: %O is really %O\n", t, source)) + P2(("@%s knows: %O is really %O\n", MYNICK, t, source)) //source = t; // if (!member(vars, "_nick")) -- dont trust the UNL if (objectp(source)) { diff --git a/world/net/usercmd.i b/world/net/usercmd.i index fd5e22a..5511631 100644 --- a/world/net/usercmd.i +++ b/world/net/usercmd.i @@ -1777,6 +1777,10 @@ case "_exit": case "_quit": // bye(vars["_reason"]); quit(); + // + // this shouldn't be necessary!! + //call_out( (: destruct(ME) :) , 30); + // i hope it isnt.. return 1; case "_show_log": // _list_log ? case "_log":