mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
+
This commit is contained in:
parent
b04dfd66f2
commit
5eb8536f2e
3 changed files with 7 additions and 3 deletions
|
@ -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?
|
||||
|
|
|
@ -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)) {
|
||||
|
|
|
@ -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":
|
||||
|
|
Loading…
Reference in a new issue