logout
if (!logout(line))
cur->logout = currentout;
T->logout = -bp->ut_xtime;
if (!T->logout)
if (T->logout < 0) {
T->logout = -T->logout;
fmttime(T->logout,
delta = T->logout - bp->ut_xtime;
T->logout = bp->ut_xtime;
time_t logout; /* log out time */
{ "logout", logouthelp, (int (*)(int, char **))logout, 1 },
strncpy(cx->cfg.script.logout, argp, sizeof cx->cfg.script.logout - 1);
cx->cfg.script.logout[sizeof cx->cfg.script.logout - 1] = '\0';
arg->cx->cfg.script.logout);
if (!chat_Setup(&dl->chat, dl->cfg.script.logout, NULL))
if (!chat_Setup(&dl->chat, dl->cfg.script.logout, NULL))
*dl->cfg.script.logout = '\0';
char logout[SCRIPT_LEN];