mIRC Home    About    Download    Register    News    Help

Print Thread
#136514 29/11/05 03:48 PM
Joined: Nov 2005
Posts: 2
E
Bowl of petunias
OP Offline
Bowl of petunias
E
Joined: Nov 2005
Posts: 2
Hello!

I am running mIRC 6.16 and NoNameScript 3.81, and I have a script that automatically connects me to irc.nfscars.net and the channel #nfs, but at that network there is 3 more channels I want to join. Here is the script:

_________________________________________________
on *:START: {
server irc.nfscars.net -i [name] [alternate] [email] [full name]
}

alias identify {
if (($me == [name]) && ($server == irc.nfscars.net)) { msg nickserv identify [password] }
}

on *:notice:*accepted*:?: { join #nfs }

on *:notice:*:?: {
if (($nick == nickserv) && (identify isin $1-)) { identify }
_________________________________________________

Help is gladely appreciated. grin

#136515 29/11/05 04:10 PM
Joined: Jun 2003
Posts: 5,024
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Jun 2003
Posts: 5,024
Multiple channels can be joined with /join #channel,#channel2,#channel3,#etc.

Regards,


Mentality/Chris

Link Copied to Clipboard