!seen

By amztechtalk on Jun 02, 2010

!seen then the nick to see when the service bot last saw that nick!

on *:text:!seen*:#: {
if ($1 == !seen) && ($2 != $null) {
if ($3 != $null) { halt }
if ($2 == $nick) {
msg $chan Look a little harder and you might find yourself $nick
halt
}
if ($2 == $me) {
msg $chan Find me yet $nick $+ ?
halt
}
if ($2 ison $chan) {
msg $chan $2 is currently on the channel.
halt
}
if ($hfind(Seendata,$2) == $null) {
msg $chan $2 was not found in the database.
halt
}
else {
set %seenres $hget(Seendata,$hfind(Seendata,$2))
if ($left(%seenres,1) == J) {
msg $chan $2 was last seen $duration($calc($ctime - $gettok(%seenres,4,32))) ago.
halt
}
if ($left(%seenres,1) == P) {
msg $chan $2 was last seen $duration($calc($ctime - $gettok(%seenres,4,32))) ago.
halt
}
if ($left(%seenres,1) == Q) {
msg $chan $2 was last seen $duration($calc($ctime - $gettok(%seenres,4,32))) ago.
halt
}
if ($left(%seenres,1) == K) {
msg $chan $2 was last seen $duration($calc($ctime - $gettok(%seenres,4,32))) ago.
halt
}
if ($left(%seenres,1) == N) {
msg $chan $2 was last seen changing nickname to $gettok(%seenres,5,32) $duration($calc($ctime - $gettok(%seenres,4,32))) ago.
set %seenres2 $hget(Seendata,$hfind(Seendata,$gettok(%seenres,5,32)))
if ($gettok(%seenres,5,32)) !ison $chan) { msg $chan $gettok(%seenres,5,32)) was last seen $duration($calc($ctime - $gettok(%seenres2,4,32))) ago. }
if ($gettok(%seenres,5,32)) ison $chan) { msg $chan $gettok(%seenres,5,32)) is currently on the channel. Looks like your in luck $nick $+ !! }
halt
}
}
} 
if ($1 == !seen) && ($2 == $null) {
msg $chan are you looking for someone?
return
}
else {
return
}
}

Comments

Sign in to comment.
Jethro   -  Jun 04, 2010

I'll call it in an inventive way: "stealing retribution."

 Respond  
GuitarMasterx7   -  Jun 04, 2010

@Napa
what he means to say is he stole it from
someone else who stole it

Listen i did not steal this script from THAT user.

lolz

and Adding to what Jethro_ said

why steal something and post it in the SAME site...

 Respond  
napa182   -  Jun 03, 2010

amztechtalk Said:

Listen i did not steal this script from that user.

Well then what would you call it?
We know you didn't make it ur self...

 Respond  
amztechtalk   -  Jun 03, 2010

Listen i did not steal this script from that user.

 Respond  
Jethro   -  Jun 02, 2010

If I were to steal something, I'd make sure that I steal something good. lol

Just kidding. I mean, whatever you "steal," take some time and think about this: what can I do to make something I steal better than it is? Dissect the code and find out how it works and learn from it.

Worse of all, you don't steal something and then post the "stolen goods," cause you're gonna get caught red faced. That's, of course, you don't give a darn about any reproachful remarks people make toward you.

 Respond  
napa182   -  Jun 02, 2010

lol figures they are nothing but another ripper just lame =/

 Respond  
Scakk   -  Jun 02, 2010
 Respond  
Kent   -  Jun 02, 2010

its better if u put a hostIPaddress.. when they quit the IP address will show and those who use it i mean those nicks who use the address.. :)

 Respond  
napa182   -  Jun 02, 2010

you seem to be missing alot of things on this. makes me wonder if you really made this or copy/pasted this from some script and didnt get the rest of it. this is coded horribly 1/10

 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.