Auto Greet and Other Random Stuff :P

By Zybez on Mar 26, 2006

Just something when i was bored. its an auto greet for anyone who sets ( !setgreet GREET )

then and on join/quit thing that i wrote...
it calculates how long you were off from time quit and time join (could use some editing)

~Zybez

##################################
### By Zybez
### May Be Reproduced
### 7:12 PM 3/26/06
##################################

on *:TEXT:*!setgreet*:#: {
  set %personal.greet.lol. $+ $nick on
  set %personal.greet $+ $nick $2-
  msg $chan 15 $+ $nick $+ , Your Personal Greet Has Been Set To:7 $2- $+ .
}
on *:JOIN:#: {
  if (%personal.greet.lol. [ $+ [ $nick ] ] == on) {
    msg $chan [7 $+ $nick $+ ]: %personal.greet [ $+ [ $nick ] ]
  }
  if (%personal.greet.lol. [ $+ [ $nick ] ] == $null) {
    notice $nick Get A Greet! [ !setgreet GREET ]
  }
  if (%quit.set [ $+ [ $nick ] ] == on) {
    set %join.time [ $+ [ $nick ] ] $asctime(h:nntt)
    msg $nick Welcome Back $nick $+ , You Were Last Here %quit.time [ $+ [ $nick ] ] on %quit.date [ $+ [ $nick ] ] $+ . Durration Between: $calc(%quit.time [ $+ [ $nick ] ] - %join.time [ $+ [ $nick ] ]) Minutes $+ .
  }
}
on *:QUIT: {
  set %quit.set [ $+ [ $nick ] ] on
  set %quit.time [ $+ [ $nick ] ] $asctime(h:nntt)
  set %quit.date [ $+ [ $nick ] ] $asctime(mm/dd/yy)
}

Comments

Sign in to comment.
Chase   -  May 10, 2007

i like it im useing it now in my room

 Respond  
Zybez   -  Mar 27, 2006

i dont know that one. and go to other =D i posted there too

 Respond  
XRaGeX   -  Mar 26, 2006

Zybez You know That Script ExursionX, Just Make a Dialog as what i said in ur other creation

 Respond  
S4br3W0lf   -  Mar 26, 2006

Pmg nice

 Respond  
Zybez   -  Mar 26, 2006

It could use editing. like the calc... i forgot about durations...

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.