mIRC Home    About    Download    Register    News    Help

Print Thread
#236271 15/02/12 07:22 PM
Joined: Mar 2007
Posts: 41
E
Ameglian cow
OP Offline
Ameglian cow
E
Joined: Mar 2007
Posts: 41
how to add here other two network name
Code:
on *:CONNECT:{
  if ($network != QuakeNet) return
  .mode $me +ix

  ;Important please change:
  .msg Q@CServe.quakenet.org AUTH test test

  ;Ignore ctcps & dcc sends (recommended, can be disabled)
  .ignore -td *!*@* $network
  .join #test,#test,#test,#test
}

Joined: Mar 2010
Posts: 146
Vogon poet
Offline
Vogon poet
Joined: Mar 2010
Posts: 146
Code:
on *:Connect:{
  if ($network == QuakeNet) {
    ; Do your stuff here...
  }
  elseif ($network == UnderNet) {
    ; Do your stuff here...
  }
  elseif ($network == DALnet) {
    ; Do your stuff here...
  }
}


Nothing...
Joined: Mar 2007
Posts: 41
E
Ameglian cow
OP Offline
Ameglian cow
E
Joined: Mar 2007
Posts: 41
thanks


Link Copied to Clipboard