]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - include/m_info.h
m_challenge: fix use of undefined behaviour.
[irc/rqf/shadowircd.git] / include / m_info.h
index b267014392925e7259503d682accb2d6eca1ed6a..0291aef9ed500d1bca12e046ab9d26d30909d48a 100644 (file)
@@ -21,7 +21,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
  *
- *  $Id: m_info.h 3356 2007-04-03 09:31:11Z nenolod $
  */
 
 #ifndef INCLUDED_m_info_h
@@ -52,18 +51,6 @@ Info MyInformation[] = {
        {"DPATH", "NONE", 0, "Directory Containing Configuration Files"},
 #endif /* DPATH */
 
-#ifdef DLPATH
-       {"DLPATH", DLPATH, 0, "Path to D-line File"},
-#else
-       {"DLPATH", "NONE", 0, "Path to D-line File"},
-#endif /* DLPATH */
-
-#ifdef RESVPATH
-       {"RESVPATH", RESVPATH, 0, "Path to resv file"},
-#else
-       {"RESVPATH", "NONE", 0, "Path to resv file"},
-#endif
-
 #ifdef HPATH
        {"HPATH", HPATH, 0, "Path to Operator Help Files"},
 #else
@@ -96,12 +83,6 @@ Info MyInformation[] = {
        {"KILLCHASETIMELIMIT", "", KILLCHASETIMELIMIT,
         "Nick Change Tracker for KILL"},
 
-#ifdef KPATH
-       {"KPATH", KPATH, 0, "Path to K-line File"},
-#else
-       {"KPATH", "NONE", 0, "Path to K-line File"},
-#endif /* KPATH */
-
 #ifdef LPATH
        {"LPATH", LPATH, 0, "Path to Log File"},
 #else