amztechtalk

amztechtalk

Joined
Jun 02, 2010

Activity Stream

amztechtalk commented on a Page, !seen  -  Jun 03, 2010

Listen i did not steal this script from that user.

 Respond  
amztechtalk created a Page  -  Jun 02, 2010
488 

just do ./quit then your bot should dissconnect from the network.

amztechtalk created a Page  -  Jun 02, 2010
627 

just do ./join then the chan and your bot should join the chan you said.

amztechtalk created a Page  -  Jun 02, 2010
233 

just type ./identify and your bot should identify. Make sure you change the nick and pass to your bot's nick and pass so it will use those.

 Respond   mIRC  
amztechtalk created a Page  -  Jun 02, 2010
353 

just do ./cycle then your bot should leave then come back make sure you put the chan after ./cycle. You can change your bot name to your bot and the if statment nicks to your nicks

amztechtalk created a Page  -  Jun 02, 2010
1,754 

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

amztechtalk   -  Jun 02, 2010

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
}
}

 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.