mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Nov 2006
Posts: 11
F
Fishy Offline OP
Pikka bird
OP Offline
Pikka bird
F
Joined: Nov 2006
Posts: 11
Connecting goes fine, everything works, I've got my nickname registered, and I have the backup one, but then it makes me join the channel twice and it tries another time but I've run out of nicknames. I don't know why this is.

In my perform:
I put in what I was told by one of the Swiftswitch leaders...

/server -m irc.swiftirc.net
/j #theunforgotten

I'm joining to port 6667 and server phoenix.il.us.SwiftIRC.net, if that makes a difference... it auto-joins me when i log in

So what's going on? Ask if you need more information, I don't know much about mirc so i really just do what im told smile

Joined: Oct 2005
Posts: 1,741
G
Hoopy frood
Offline
Hoopy frood
G
Joined: Oct 2005
Posts: 1,741
Whoever told you to put those commands in your perform has no idea what they are doing.

All you need is this in your perform:
Code:
$iif(swiftirc isin $server,join #theunforgotten)



-genius_at_work

Joined: Dec 2002
Posts: 2,031
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Dec 2002
Posts: 2,031
Why $iif and not /if?

if (swiftirc isin $server) join #theunforgotten

... just curious. confused

Joined: Oct 2005
Posts: 1,741
G
Hoopy frood
Offline
Hoopy frood
G
Joined: Oct 2005
Posts: 1,741
No special reason.

-genius_at_work

Joined: Nov 2006
Posts: 11
F
Fishy Offline OP
Pikka bird
OP Offline
Pikka bird
F
Joined: Nov 2006
Posts: 11
Putting the command for identifying with my nick in my perform appears to have fixed the problem without me changing anything else. smile thanks though!


Link Copied to Clipboard