Smart Join
Posted by leaX
Monday, November 12, 2007
Description: Look Below
I made this script because i was sick and tired of joining channels where i was not +x(hidden host) and people could see my ip. So i made this so when $network a.k.a GameSurge sends me a raw396 it tells me that my ip is hidden. So when this is triggered i will join channles #chan1 #chan2 #chan3.
I made this script because i was sick and tired of joining channels where i was not +x(hidden host) and people could see my ip. So i made this so when $network a.k.a GameSurge sends me a raw396 it tells me that my ip is hidden. So when this is triggered i will join channles #chan1 #chan2 #chan3.
raw 396:*hidden host*:{
if ($network == GameSurge) {
join #chan1,#chan2,#chan3
}
}
on *:connect: {
if ($network == GameSurge) {
as auth account pass
mode $me +ixw
}
}