]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - modules/m_info.c
monitor.{c,h} stuff for libratbox3.
[irc/rqf/shadowircd.git] / modules / m_info.c
index 77fe0bddb150d881b241304532a04975b10c88c1..08d43957a3a344790090a9434deae42c78052289 100644 (file)
@@ -25,7 +25,6 @@
  */
 
 #include "stdinc.h"
-#include "tools.h"
 #include "m_info.h"
 #include "channel.h"
 #include "client.h"
@@ -285,12 +284,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,