Hello T-I,
I have made the auto join script that is only for T-I. and this is Copyright © 2011 Enon. xD lol
Script:
PHP Code:
on *:START: {
server irc.1st.com:6667
server -m 176.31.243.100:6667
server -m irc.3rd.com:6667
}
on *:CONNECT: {
if ($network == 1st IRC Network) {
nick SmackDown
}
elseif ($network == AustIRC) {
nick Enon
}
elseif ($network == 3rd IRC network) {
nick Enon
}
}
on *:NOTICE:This nickname is registered*:*: {
if ($nick == NickServ) {
if ($network == 1st) {
/msg nickserv identify password
/msg Botname invite password
}
elseif ($network == AustIRC) {
/msg nickserv identify password
/msg Botname invite password
}
elseif ($network == 3rd) {
/msg nickserv identify password
/msg Botname invite password
}
}
}
on *:NOTICE:Password accepted*:*: {
if ($nick == nickserv) {
if ($network == 1st) {
join #Channel Password
}
elseif ($network == AustIRC) {
join #torrent-invites,#WTF,#Sekret,#Lotto,#Chat,#X-Chat
}
elseif ($network == 2nd) {
join #Channel Pass
}
}
}
Where to Apply?
Click on Tools>Scripts Editor>Remote Tab and then Copy it edit it to suite you and paste it ;)
use of this line "/msg Botname invite password" is only when BOT requires you to be invites. Else Remove that.
Thanks ;)
Have a nice day ;)