1
0
Fork 0
mirror of git://git.psyced.org/git/psyced synced 2024-08-15 03:25:10 +00:00

create log and data dirs

This commit is contained in:
psyc://psyced.org/~lynX 2009-03-23 14:12:39 +01:00
parent b29dca089a
commit de6cf786f3
2 changed files with 8 additions and 1 deletions

View file

@ -1771,6 +1771,9 @@ case "_unlink":
unlink(vars["_service"]);
return 1;
case "_exit":
// so this is some kind of ugly hack not to be used.. huh?
announce(AVAILABILITY_OFFLINE);
// fall thru
case "_quit":
// bye(vars["_reason"]);
quit();