Forward port NICKLEN feature from 2.10.11.
[ircu2.10.12-pk.git] / include / ircd_defs.h
index 492c49e009fee31dd75a26b11b82b5f0421ad460..f489f5c295373c646885069faf1c7139f34cdd3b 100644 (file)
  * revision. Every server on a given network must also use the same sizes.
  */
 
-/*
- * NETWORK is the name the server claims the network is
- */
-#define NETWORK "UnderNet"
-
-/* 
- * URL_CLIENTS is a URL to where to find compatible clients
- */
-#define URL_CLIENTS "ftp://ftp.undernet.org/pub/irc/clients"
-
 /*
  * NICKLEN is the maximum length allowed for a nickname
  *
  * is a default that can easily be overridden in CFLAGS.  Just add 
  * -DNICKLEN=15 to CFLAGS and save your config in .., and you can forget about
  * it.  Thanks for helping debug guys.
+ * See also F:NICKLEN in ircd.conf.
  */
 #ifndef NICKLEN
-#define NICKLEN         9
+#define NICKLEN         15
 #endif
 /*
  * USERLEN is the maximum length allowed of a user name including an optional
 #define STARTTARGETS    10
 #define RESERVEDTARGETS 12
 
-#endif /* INCLUDED_ircd_defs_h */
+#define MAP_CACHE_TIME 604800
 
+#endif /* INCLUDED_ircd_defs_h */