mIRC Homepage
Posted By: sparta suported modes - 04/01/08 10:52 AM
Any way you can check if a network you connect to support the modes +b +I +e ?
Posted By: Lindrian Re: suported modes - 04/01/08 12:37 PM
if (b isincs $chanmodes)
/help $chanmodes
Posted By: OrionsBelt Re: suported modes - 04/01/08 11:10 PM
Also, take a look here

Posted By: synedyne Re: suported modes - 05/01/08 04:19 AM
simply just put this in a remote, and it will do the rest for you =)

Code:
raw *:*:{
  if ($numeric isin 001 002 003 004 005) { 
    echo -s $+(Raw,$chr(40),%x,$chr(41)) $1- 
  }
}

Raw 005 is more than likely to be the one u want, your looking for something that looks like 

CHANMODES=Qqohv,k,l,pPsmtufFwWxrRade are supported by this server


hope this helps =)
Posted By: sparta Re: suported modes - 05/01/08 09:28 AM
I solved it with this part "if (b isincs $chanmodes)", but thanx anyway smile i had the rest of the code, just that i got a error when i joined a channel and the +e or +I mode wasn't supported
© mIRC Discussion Forums