Author: Isomer <isomer@coders.net>
[ircu2.10.12-pk.git] / include / ircd_defs.h
index 07e05e5ced83dbfd501b480a5349b3747e2f29b4..e6ad7202dca607336230964b1b39df79989f1451 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
+ *
+ * Because certain networks are very helpful in finding bugs, the below
+ * 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.
  */
+#ifndef NICKLEN
 #define NICKLEN         9
+#endif
 /*
  * USERLEN is the maximum length allowed of a user name including an optional
  * leading '~' if the user name has not been authenticated by an auth (RFC 931)