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

  1. MaSsMsG bY SaInTaNiC just type /massmsg 2 massmsg the channle
  2.  
  3. massmsg {
  4.   set %msg $$?="Enter Msg"
  5.   set %channel 1
  6.   :start
  7.   if ($nick(%channel,#) == $null) { goto end }
  8.   msg $nick(%channel,#) %msg
  9.   inc %channel
  10.   goto start
  11.   :end
  12.   echo -a Sent Massmsg Msg to # 
  13.   unset %channel
  14.   halt
  15. }