home *** CD-ROM | disk | FTP | other *** search
/ HaCKeRz KrOnIcKLeZ 3 / HaCKeRz_KrOnIcKLeZ.iso / scriptz / bliz5.exe / events.ini < prev    next >
INI File  |  1997-04-06  |  928b  |  45 lines

  1. [script]
  2. n0=on 1:CHATOPEN: {
  3. n1=set %bot $nick %bot
  4. n2=inc %i 
  5. n3=:start
  6. n4=set %nick $chat(%i)
  7. n5=if ($chat(%i) == $null) goto end 
  8. n6=msg = $+ %nick *** $nick has joined  the ▀úiZZa«D Party Line
  9. n7=inc %i 1
  10. n8=goto start
  11. n9=:end
  12. n10=halt
  13. n11=}
  14. n12=on 1:CHAT:!who: {
  15. n13=set %i 1
  16. n14=msg = $+ $nick Who's Connected to the ▀úiZZa«D Partyline
  17. n15=msg = $+ $nick $me 
  18. n16=:main
  19. n17=if %i > $chat(0) { goto end }
  20. n18=msg = $+ $nick  $chat(%i) 
  21. n19=inc %i
  22. n20=goto main
  23. n21=:end
  24. n22=}
  25. n23=on 1:CHAT:*: {
  26. n24=set %i 1
  27. n25=:main
  28. n26=if %i > $chat(0) { goto end }
  29. n27=msg = $+ $chat(%i) < $+ $nick $+ > $parms
  30. n28=inc %i
  31. n29=goto main
  32. n30=:end
  33. n31=}
  34. n32=on 1:CHATCLOSE: { 
  35. n33=unset %bot $nick 
  36. n34=set %i 1 
  37. n35=goto start
  38. n36=:start
  39. n37=set %nick $chat(%i)
  40. n38=if ($chat(%i) == $null) { halt }
  41. n39=msg = $+ %nick *** $nick has left the ▀úiZZa«D Party Line
  42. n40=dnc %i 
  43. n41=goto start
  44. n42=}
  45.