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

  1. -==============================================-
  2. -Global IRC Script v1.0 By Dude <matt@snip.net>-
  3. -==============================================-
  4.  
  5. ***Originally designed for Millennium v1.0 By Dude***
  6.  
  7.  
  8. Below is a list of instructions on how to install this cool addon to your
  9. own scripts. If you DO use this script, please give me some credit. This
  10. script allows the user to send global msgs, ctcps, invites, or notices
  11. to any specific host/channel/nick/server/or the WHOLE ENTIRE NET! By
  12. setting a delay setting you can prevent yourself from being flooded off.
  13.  
  14.  
  15. 1.  First, copy and paste the text below into your remote/raw section
  16.  
  17.  
  18.  
  19. 352:*: {
  20.   if (%notice == on) { /inc %secs %delay | /timer 1 %secs /notice $parm6 %noticetext }
  21.   if (%privmsg == on) { /inc %secs %delay | /timer 1 %secs /msg $parm6 %privmsgtext }
  22.   if (%invite == on) { /inc %secs %delay | /timer 1 %secs /invite $parm6 %invchan }
  23.   if (%ctcp == on) { /inc %secs %delay | /timer 1 %secs /ctcp $parm6 %ctcpmsg }
  24. }
  25. 315:*:{ 
  26.   if (%notice == on) { /set %notice off | /raw off }
  27.   if (%privmsg == on) { /set %privmsg off | /raw off }
  28.   if (%invite == on) { /set %invite off | /raw off }
  29.   if (%ctcp == on) { /set %ctcp off | /raw off }
  30. }
  31.  
  32.  
  33.  
  34.  
  35. 2.  Next, copy and paste this text into the popups/Menu Bar section
  36.  
  37.  
  38.  
  39. Global Stuff
  40. .Global Notice:/set %delay $$?="Delay In Seconds:" | /set %parms $$?="Server/Channel/Host Name To Send To:" | /set %noticetext $$?="Enter What You Want To Say:" | /set %secs 0 | /echo 4 Sending Global Notice To  $+ %parms $+  | /set %notice on | /raw on | /who %parms
  41. .Global Msg:/set %delay $$?="Delay In Seconds:" | /set %parms $$?="Server/Channel/Host Name To Send To:" | /set %privmsgtext $$?="Enter What You Want To Say:" | /set %secs 0 | /echo 4 Sending Global Msg To  $+ %parms $+  | /set %privmsg on | /raw on | /who %parms
  42. .Global Ctcp:/set %delay $$?="Delay In Seconds:" | /set %parms $$?="Server/Channel/Host Name To Send To:" | /set %ctcpmsg $$?="Enter Ctcp Command To Send:" | /set %secs 0 | /echo 4 Sending Global Ctcp To  $+ %parms $+  Using  $+ %ctcpmsg $+  As Ctcp Command | /set %ctcp on | /raw on | /who %parms
  43. .Global Invite:/set %delay $$?="Delay In Seconds:" | /set %parms $$?="Server/Channel/Host Name To Send To:" | /set %invchan $$?="Channel You Wish To Invite To:" | /set %secs 0 | /echo 4 Sending Global Invite To  $+ %parms $+  For Channel  $+ %invchan $+  | /set %invite on | /raw on | /who %parms
  44.  
  45.  
  46.  
  47.  
  48. That should be it. It should work fine on mIRC versions 4.6 and up but if
  49. for any reasons you may have problems setting it up or using it then please
  50. email me and let me know and i'll try to help you out! Bye
  51.