added gnutls backend and moved backend code into new files
[ircu2.10.12-pk.git] / ircd / m_opmode.c
index 142f38b4e8f216db94a0692c85eca33428d707fc..829b32323db7a347bcd80a44cc859ef1b7309967 100644 (file)
@@ -159,7 +159,6 @@ int mo_opmode(struct Client* cptr, struct Client* sptr, int parc, char* parv[])
       return send_reply(sptr, ERR_NOPRIVILEGES);
     force = 1;
   }
-  clean_channelname(chname);
 
   if (!HasPriv(sptr,
               IsLocalChannel(chname) ? PRIV_LOCAL_OPMODE : PRIV_OPMODE))