mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Oct 2005
Posts: 54
B
Babel fish
OP Offline
Babel fish
B
Joined: Oct 2005
Posts: 54
Code:
nc {
  if ($network = hypnoworld.sytes.net) {
    /nick kaytee $network
  }
}


im trying to change a nick for multiple networks using an alias.. whats wrong with this?

Joined: Oct 2005
Posts: 54
B
Babel fish
OP Offline
Babel fish
B
Joined: Oct 2005
Posts: 54
Code:
nc {
  if ($3 = hypnoworld.sytes.net) {
    /nick kaytee $3
  }
}


or maybe something like this?


Link Copied to Clipboard