www.ClassicTW.com
https://mail.black-squirrel.com/

(Semi) invisible keepalive 2.0
https://mail.black-squirrel.com/viewtopic.php?f=15&t=17898
Page 1 of 1

Author:  Singularity [ Wed Oct 11, 2006 7:29 am ]
Post subject: 

Code:
# ----------------------------------------------------
# Dnyarri's (semi) invisible keepalive 2.0
# Modeled after EP's which is modeled after Rev's
# use of char 27 for keepalive.
#
# Pretty quiet, doesn't flood your screen with a lot
# of repetitive text. It prints timestamp and stats
# to the screen every 10 minutes to update your status
# window and provide a timestamp for your scrollback.
# ----------------------------------------------------

systemScript

:print_time
   getTime $current_time
   echo ANSI_15 & "*" & $current_time & "*"
   send "/"

   # Uncomment this next line to echo a Who's Online too.
   # send "#"

   killtrigger print_time
   setDelayTrigger print_time :print_time 600000

:keep_alive
   send #27
   killtrigger keep_alive
   setDelayTrigger keep_alive :keep_alive 30000
   pause

Author:  Silence [ Wed Oct 11, 2006 11:50 pm ]
Post subject: 

You must be running out of script idea's :)

Author:  Zentock [ Thu Oct 12, 2006 3:04 am ]
Post subject: 

No he not, hes just avoiding the hard stuff : )

Author:  Singularity [ Thu Oct 12, 2006 3:59 am ]
Post subject: 

Nah, was a small request...

Author:  Silence [ Thu Oct 12, 2006 6:40 am ]
Post subject: 

Um, you couldn't make somebody work for that gem?

Author:  Velocity [ Thu Oct 12, 2006 4:59 pm ]
Post subject: 

INACTIVITY WARNING: Drives him cwazy.

Author:  ElderProphet [ Thu Oct 12, 2006 4:59 pm ]
Post subject: 

Hey, I'm glad to see it. But then, you know, I'm all for scripts that mention me in them.

Well, at least those that mention me in a positive way ;)

+EP+

Page 1 of 1 All times are UTC - 5 hours
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/