mIRC Home    About    Download    Register    News    Help

Print Thread
#192547 04/01/08 10:52 AM
Joined: Feb 2003
Posts: 3,432
S
sparta Offline OP
Hoopy frood
OP Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
Any way you can check if a network you connect to support the modes +b +I +e ?


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
sparta #192552 04/01/08 12:37 PM
Joined: Aug 2007
Posts: 13
L
Pikka bird
Offline
Pikka bird
L
Joined: Aug 2007
Posts: 13
if (b isincs $chanmodes)
/help $chanmodes

sparta #192563 04/01/08 11:10 PM
Joined: Apr 2006
Posts: 464
O
Fjord artisan
Offline
Fjord artisan
O
Joined: Apr 2006
Posts: 464
Also, take a look here


Joined: Jul 2007
Posts: 8
S
Nutrimatic drinks dispenser
Offline
Nutrimatic drinks dispenser
S
Joined: Jul 2007
Posts: 8
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 =)

Last edited by synedyne; 05/01/08 04:25 AM.
synedyne #192574 05/01/08 09:28 AM
Joined: Feb 2003
Posts: 3,432
S
sparta Offline OP
Hoopy frood
OP Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
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


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }

Link Copied to Clipboard