home *** CD-ROM | disk | FTP | other *** search
/ PC-X 1997 October / pcx14_9710.iso / shutils / internet / irc / script / glitch.exe / INI / startup.ini < prev    next >
Encoding:
INI File  |  1997-06-21  |  1.3 KB  |  29 lines

  1. [aliases]
  2. n0=/auto.away.c {
  3. n1=  if (%auto-away == Enabled) { .timer987 0 %auto.away.sec away.check }
  4. n2=}
  5. n3=/away.check {
  6. n4=  if ($away) { halt }
  7. n5=  if ($idle >= %auto.away.sec) {
  8. n6=    set %away.remind punch
  9. n7=    .enable #message.recorder
  10. n8=    echo 12 ½(GLiTCH)╗1 Set AutoAway after  $+ %auto.away.min $+  minute(s).
  11. n9=  away Marked away @  $+ $day $+ / $+ $realtime $+  ( $+ Autoaway after %auto.away.min minute(s) $+ ) "/Ctcp  $+ $me  $+  MESSAGE <message>" }
  12. n10=}
  13. n11=/beginmode {
  14. n12=  if (%splitdetector == Enabled) { .mode $me +is | window -l @CurrentáSplitáServers 100 100 250 250 c:\glitch\botfiles\splits.bot }
  15. n13=  else { .mode $me +i }
  16. n14=  if (%autojoin.channels != $null) { .raw join %autojoin.channels }
  17. n15=}
  18. n16=/away.check.f {
  19. n17=  if (%away.remind == punch) { echo 12 ½(GLiTCH)╗1 You are currently away. Press F3 to set back | set %away.remind me | .timer240 1 30 set %away.remind punch }
  20. n18=}
  21. n19=/auto.away {
  22. n20=  if ($$1 !isnum) { echo 12 ½(GLiTCH)╗1 You must enter a number | halt }
  23. n21=  set %auto.away.min $$1
  24. n22=  %auto.away.sec = $$1 * 60
  25. n23=  set %auto-away Enabled
  26. n24=  .timer987 0 %auto.away.sec /away.check
  27. n25=  echo 12 ½(GLiTCH)╗1 Auto away will be enabled in  $+ %auto.away.min $+  minute(s)
  28. n26=}
  29.