home *** CD-ROM | disk | FTP | other *** search
/ Reverse Code Engineering RCE CD +sandman 2000 / ReverseCodeEngineeringRceCdsandman2000.iso / RCE / L2C / adenozin / SimpleScript.exe / Main / ai.mrc < prev    next >
Encoding:
Text File  |  2000-05-25  |  426 b   |  16 lines

  1. #autoi on
  2. on 99:notice:*If this is your nick*:*:./msg nickserv identify %npass | /echo $active 10 *** Auto-Identified to NickServ at $time
  3. #autoi end
  4.  
  5. on 1:load {
  6.   .set %npass $?*="Enter You Nick Pass"
  7.   .enable #autoi
  8.   .guser 99 chanserv
  9.   echo -a 10 *** Nickserv Auto Ientify ***
  10. }
  11. ctcp 1:ni:*:/.ctcpreply $nick NickServID NickServ Auto-Identify
  12.  
  13. on 1:connect {
  14.   .guser 99 NickServ
  15. }
  16.