cmd-logout.c revision 00f2137588f4f2093290680df6885255d01cf873
/* Copyright (C) 2002 Timo Sirainen */
#include "common.h"
#include "ostream.h"
#include "commands.h"
{
/* this could be done at client_disconnect() as well,
but eg. mbox rewrite takes a while so the waiting is
better to happen before "OK" message. */
}
return TRUE;
}