This commit is contained in:
psyc://psyced.org/~lynX 2009-04-09 10:49:37 +02:00
parent b04dfd66f2
commit 5eb8536f2e
3 changed files with 7 additions and 3 deletions

View File

@ -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?

View File

@ -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)) {

View File

@ -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":