Rip out clean_channelname() and reject invalid names where appropriate.
[ircu2.10.12-pk.git] / include / ircd_features.h
index e4b2f4e3b5b298b815a8de5d8d59d348fd8d234e..e452f62da39ea44a1031a2fb5889f89e363c3878 100644 (file)
@@ -26,6 +26,8 @@
 struct Client;
 struct StatDesc;
 
+extern struct Client his;
+
 /** Contains all feature settings for ircu.
  * For documentation of each, see doc/readme.features.
  */
@@ -77,6 +79,7 @@ enum Feature {
   FEAT_IPCHECK_CLONE_LIMIT,
   FEAT_IPCHECK_CLONE_PERIOD,
   FEAT_IPCHECK_CLONE_DELAY,
+  FEAT_CHANNELLEN,
 
   /* Some misc. default paths */
   FEAT_MPATH,