mIRC Homepage
Posted By: ds133 on connect script - 01/06/03 06:47 AM
Hi,

why doesnt this work just only on the server that i specified in the if-"question"?

on *:CONNECT:{
if (($server == Daisy.aFterWorkChat.com) OR ($server == irc.afterworkchat.com))
{
ns identify password
join chan
}
}
Posted By: maximumlobster Re: on connect script - 01/06/03 06:58 AM
Use || instead of OR.
Posted By: ds133 Re: on connect script - 01/06/03 08:01 AM
* /if: ambiguous format (line 2, script1.mrc)

now..
Posted By: theRat Re: on connect script - 01/06/03 08:36 AM
if ( ... ) {
...
}
Posted By: FunChatter Re: on connect script - 01/06/03 09:14 AM
Code:
on *:CONNECT:{ if (($server == Daisy.aFterWorkChat.com) ||  ($server == irc.afterworkchat.com)) { ns identify password | join #ChannelName } }
© mIRC Discussion Forums