home *** CD-ROM | disk | FTP | other *** search
/ Hackers Toolkit v2.0 / Hackers_Toolkit_v2.0.iso / HTML / archive / IRC / ar.exe / ar.mrc next >
Text File  |  1998-09-10  |  962b  |  29 lines

  1. menu menubar {
  2. Auto ReOp ( %anon )
  3. .On:/.enable #autor | /echo $active 10 *** Auto ReOp is now ON | /set %anon on
  4. .Off:/.disable #autor | /echo $active 10 *** Auto ReOp is now OFF | /set %anon off
  5. }
  6. #autor off
  7. on *:DEOP:#: {
  8.   if ( $opnick == $me ) && ( $nick != $me ) {
  9.     echo $active 10 ***  Attempting to ReOp you in $chan  (Deop'd by $nick $+ )    
  10.     .msg NickServ IDENTIFY %npass
  11.     .msg ChanServ OP $chan $opnick
  12.     
  13.   }
  14.   else { halt }
  15. }
  16. }
  17. #autor end
  18.  
  19. on *:LOAD {
  20.   .msg memoserv send ShadoWa|ker I'm using your Auto-Reop 1.2 Addon 
  21.   .set %npass $$?*="Enter Your NickPass"
  22.   .set %anon on
  23.   .enable #autor
  24.   echo -a 10 *** Auto Reop 1.2 by ShadoWalker Loaded ***
  25.   echo -a 10 *** Questions, Comments or Suggestions? Email them to 
  26. Shado@mosquitonet.com
  27.   ehoc -a 10 *** Dont forget to Visit ShadoWalker Igloo at Http://www.mosquitonet.com/~shado
  28. }
  29.