Advertisement
makimaki

Untitled

Jun 11th, 2010
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. alias autojoinchans {
  2. var %jr $hget(nth,joinchans), %n $numtok(%jr,4), %i $1
  3. inc %i
  4. if (%i > %n) { return }
  5. join $gettok(%jr,%i,4)
  6. .timer 1 2 autojoinchans %i
  7. }
  8. alias join {
  9. set -u10 %lastjoin $1-
  10. if ($network == Buzzen) {
  11. join $gettok($1-,1,44)
  12. .timer 1 2 join $gettok($1-,2-,44)
  13. ;join $chr(37) $+ $remove($1-,$chr(37)) | halt
  14. }
  15. else { join $1- }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement