Remove idle time checking (auto disconnecting users idle too long).

This commit is contained in:
Jilles Tjoelker 2008-01-01 23:04:34 +01:00
parent c14b0e4030
commit cdd5b26189
13 changed files with 0 additions and 93 deletions

View file

@ -285,12 +285,6 @@ static struct InfoStruct info_table[] = {
&ServerInfo.hub,
"Server is a hub"
},
{
"idletime",
OUTPUT_DECIMAL,
&ConfigFileEntry.idletime,
"Number of minutes before a client is considered idle"
},
{
"kline_delay",
OUTPUT_DECIMAL,