mirror of
https://github.com/ChronosX88/psyced.git
synced 2024-11-10 04:21:02 +00:00
-
This commit is contained in:
parent
4ef6e1ba43
commit
6c914208e6
@ -2661,6 +2661,7 @@ quit(immediate, variant) {
|
|||||||
//linkDel(0);
|
//linkDel(0);
|
||||||
if (v("locations")) {
|
if (v("locations")) {
|
||||||
linkCleanUp();
|
linkCleanUp();
|
||||||
|
// so the if should only trigger at first pass
|
||||||
vDel("locations");
|
vDel("locations");
|
||||||
}
|
}
|
||||||
if (immediate == 1 || (immediate && find_call_out(#'quit) != -1)) {
|
if (immediate == 1 || (immediate && find_call_out(#'quit) != -1)) {
|
||||||
@ -2704,7 +2705,11 @@ quit(immediate, variant) {
|
|||||||
// value would be nice. and we should have a delayed unavailability
|
// value would be nice. and we should have a delayed unavailability
|
||||||
// automation feature here to avoid frequent relogin announcements.
|
// automation feature here to avoid frequent relogin announcements.
|
||||||
case "psyc":
|
case "psyc":
|
||||||
if (variant != "_disconnect") break;
|
if (variant != "_disconnect") {
|
||||||
|
P3(("++SKIP psyc client %O %O. announce yourself!\n",
|
||||||
|
variant, ME))
|
||||||
|
break;
|
||||||
|
}
|
||||||
// fall thru in case of _disconnect
|
// fall thru in case of _disconnect
|
||||||
// which indicates, we died an irregular death
|
// which indicates, we died an irregular death
|
||||||
default:
|
default:
|
||||||
@ -2833,7 +2838,7 @@ announce(level, manual, verbose, text) {
|
|||||||
// ... see irc/server.. it's a FIXME
|
// ... see irc/server.. it's a FIXME
|
||||||
//
|
//
|
||||||
// unfortunately it seems to also affect other scenarios
|
// unfortunately it seems to also affect other scenarios
|
||||||
P3(("**SKIP %O announce %O(%O,%O) %O changed: %d, av: %O\n",
|
P3(("++SKIP %O announce %O(%O,%O) %O changed: %d, av: %O\n",
|
||||||
ME, level, manual, verbose, text, changed, availability))
|
ME, level, manual, verbose, text, changed, availability))
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user