Add CHANNELLEN feature, analogous to NICKLEN feature.
[ircu2.10.12-pk.git] / ircd / m_names.c
index a4627a3c1c6030224b97815875388e34a39094ad..6c74178d449953ace96c583123aac90af08c8aa6 100644 (file)
@@ -469,7 +469,6 @@ int ms_names(struct Client* cptr, struct Client* sptr, int parc, char* parv[])
    *  (As performed with each /join) - ** High frequency usage **
    */
 
-  clean_channelname(para);
   chptr = FindChannel(para); 
 
   if (chptr) {