
q auth join
By: a guest on Jan 28th, 2012 | syntax:
None | size: 0.91 KB | hits: 22 | expires: Never
; Quakenet Auth
on *:connect:{
if ($right($server,13) === .quakenet.org) {
mode $me +xi
auth pinkt4l1ty lRBczG93gi
;Retry auth every 30sec if Quakenet is lagging or if there are netsplits
timer_retry 0 30 auth pinkt4l1ty lRBczG93gi
}
}
; Raw 396 is returned when your IP is hidden - http://script.quakenet.org/wiki/Raw_396
; When your IP is hidden, channels are joined automatically and auth retry is stopped
raw 396:*:{ if ($right($server,13) === .quakenet.org) { joins | timer_retry off } }
; If Quakenet lags A LOT or if there are netsplits,
; you can type /joins to join channels without auth (your IP will be shown)
; The 30sec auth retry is still running and you will be Authed
; and your IP hidden once Quakenet gets better
alias joins {
join #dotapickup.euro
join #dotapickup.hosting
join #tlnet-dota
join #LINKDotA
join #joindota
join #mTw
join #dota2
}