home *** CD-ROM | disk | FTP | other *** search
/ Reverse Code Engineering RCE CD +sandman 2000 / ReverseCodeEngineeringRceCdsandman2000.iso / RCE / L2C / adenozin / SimpleScript.exe / Main / start.ini < prev    next >
Encoding:
INI File  |  2000-05-25  |  1.6 KB  |  51 lines

  1. [script]
  2. n0=on *:CONNECT: {
  3. n1=  /timerstats 0 1 /stats
  4. n2=  if ($script.cps.enabled == on) { /timermincps 0 1 /checkcps | /echo -a %scriptname 8Min Cps is ON }
  5. n3=  ;away code
  6. n4=  if (%away == On) {
  7. n5=    timerawaycount 0 1 /inc %away.time
  8. n6=    /away %awayinfo
  9. n7=    /timerawaybar 0 0.1 /awaybar
  10. n8=    /timerAWAY 0 %awaytime /awaymessage
  11. n9=    /set %logging On
  12. n10=    /set %pager Off
  13. n11=   /titlebar [ºεM▐L╔ º╟«═▐T] - Version 1.5] -- [Nick:  $me] -- [Server:  $server]
  14. n12=  }
  15. n13=  if (%away.idle == On) {
  16. n14=    /timeridle 0 1 /idle
  17. n15=  }
  18. n16=  /pdcc 2147483647
  19. n17=  /fsend on
  20. n18=  /set %fserv.active OFF
  21. n19=  if (%s.netsplit == on) { /mode $me +sg }
  22. n20=  if (%auto.ident == on) {
  23. n21=    /msg nickserv identify %auto.ident.password
  24. n22=  }
  25. n23=  if (%xdcc.autostart == Yes) { /set %xdcc.active On | /timerxdcc1 0 %xdcc.adtime /xdcc | /timerxdccqueue 0 1 /xdcc-queue | /timerxdcc-files 0 1 /xdcc-files | /echo -s 8,1Xdcc Has Started }
  26. n24=  if ((%xdcc.autostart == on) && (%xdcc.cps.enabled == on)) { /timermincps 1 delay /checkcps }
  27. n25=  /echo -s 8,1Your now connected, using server:9 $server 8and nickname:9 $me
  28. n26=}
  29. n27=on *:START: {
  30. n28=  /set %fserv.que 0
  31. n29=  /remini mirc.ini [backgrounds]
  32. n30=  /remini mirc.ini [channels]
  33. n31=  /unset %temp.*
  34. n32=  /set %logging off
  35. n33=  /start-logo
  36. n34=  /start
  37. n35=  /set %randad OFF
  38. n36=  /set %ftp OFF
  39. n37=}
  40. n38=on *:DISCONNECT: {
  41. n39=}
  42. n40=on *:QUIT: {
  43. n41=  if ($nick == $me) {
  44. n42=  }
  45. n43=  halt
  46. n44=}
  47. n45=; For Idle Away... cancel key press
  48. n46=on *:INPUT:*: {
  49. n47=  if (%away.text == No) { /set %away.text Yes }
  50. n48=}
  51.