View difference between Paste ID: kiVCE5Fh and F9tzePS0
SHOW: | | - or go back to the newest paste.
1
on *:connect: {
2
  if ($me != Sluiptest) && ($right($server,18) == .speedrunslive.com) {
3
    ns ghost Sluiptest testpassword
4
    nick Sluiptest
5
    ns identify testpassword
6
  }
7-
  if ( $me = Sluiptest ) && ($right($server,18) == .speedrunslive.com) {
7+
  if ( $me == Sluiptest ) && ($right($server,18) == .speedrunslive.com) {
8
    ns identify testpassword
9
  }
10
}