Connect script
Posted by brand0n`
Thursday, September 22, 2005
Description: Good on connect script


alias addchan {
  set %channels %channels $1
}

on 1:CONNECT:{
  if (.gamesurge. isin $server) {
    as auth name pass
    //mode $me +x
    if ($me == nick) {
      /cs inviteme #script-staff
      var %x = 1, %y = $numtok(%channels,32), %z = 2
      while (%x <= %y) {
        timer 1 %z join $gettok(%channels,%x,32)
        inc %x
        inc %z 2
      }
    }
  }
}
Othello h4x
Posted by Othello
Sunday, September 25, 2005 01:29pm PDT
Why not just use..

if ($network == GameSurge) {
etc..
}
Submit a comment
Oops! You need to login or register before you can post a comment!

ebaum's world