Originally Posted By: genius_at_work
Sorry, I wasn't looking closely enough.

In mIRC, if statements must be separated from their conditions.


if ($something == something) {

vs

if($something == something) {



Also, I'd like to direct you to mIRC's Perform dialog.

Alt+o > +Connect > Options > Perform

It allows you to add actions to be performed upon connecting to certain/all networks without complex scripting.



-genius_at_work


Hey,

I don't think the first suggestion actually aplies. When I moved the braket(s) away from there matching if statements, It gave me an error when I connected (not enough arguements).

However, the later suggestion works fine and I am using it now (Perform).

Discussing with a friend, he suggested this method:

Code:
on *:START:{
 s -m irc.rizon.dk -j #unknowncheats, #care, #d2, #agerage, #mpc, #k, #rapidshare, #lisa, #/b/, #mpc, #artificialaiming, #ecc, #game-deception, #xgx, #ddeath, #kozmok, #elitecoders, #hackerattack, #coding, #help.script, #mpc_aao, #mpcradio, #mpc_mu, #md5, #mp3spam, #Projectcafe, #cheat-project, #mp-hacks
}


Problem Solved. Thanks a lot Genuis_at_work wink