Guest

q auth join

By: a guest on Jan 28th, 2012  |  syntax: None  |  size: 0.91 KB  |  hits: 22  |  expires: Never
download  |  raw  |  embed  |  report abuse
Copied
  1. ; Quakenet Auth
  2. on *:connect:{
  3.   if ($right($server,13) === .quakenet.org) {
  4.     mode $me +xi
  5.     auth pinkt4l1ty lRBczG93gi
  6.     ;Retry auth every 30sec if Quakenet is lagging or if there are netsplits
  7.     timer_retry 0 30 auth pinkt4l1ty lRBczG93gi
  8.   }
  9. }
  10.  
  11. ; Raw 396 is returned when your IP is hidden - http://script.quakenet.org/wiki/Raw_396
  12. ; When your IP is hidden, channels are joined automatically and auth retry is stopped
  13. raw 396:*:{ if ($right($server,13) === .quakenet.org) { joins | timer_retry off } }
  14.  
  15. ; If Quakenet lags A LOT or if there are netsplits,
  16. ; you can type /joins to join channels without auth (your IP will be shown)
  17. ; The 30sec auth retry is still running and you will be Authed
  18. ; and your IP hidden once Quakenet gets better
  19. alias joins {
  20.   join #dotapickup.euro
  21.   join #dotapickup.hosting
  22.   join #tlnet-dota
  23.   join #LINKDotA
  24.   join #joindota
  25.   join #mTw
  26.   join #dota2
  27.  
  28. }