Author: Isomer <isomer@coders.net>
[ircu2.10.12-pk.git] / include / ircd_defs.h
index 6ec4f82083c70bbda81fbdb5928b0c4da6e3bbd1..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
  *