Top

Oxyd Last Seen Script

Please Register to submit score.
Average Score  5.8
Scores Submitted  5
Date Added  Jan 29, 2006
Last Updated  Jan 30, 2006
Tags  bot  last  script  seen  tracker 

Introduction

This script is quite simple. Just load it and you're set. It will keep track of what users do, then when somebody needs to locate them, they can type !seen <username / search> in a channel... and it will find either the username, or the latest matches to the search.

Grab the Code

Comments

  (13)  RSS
xDaeMoN
Comments: 696
 
mIRC Snippet:  Oxyd Last Seen Script
Posted on Jan 30, 2006 12:15 am
On each event, you don't have to do /hdel since if the item name is already there, it will just be overwritten.

On this part, '$remove($address($nick,5),$nick $+ !)', you just use '$address'
Hyper
Comments: 11
 
mIRC Snippet:  Oxyd Last Seen Script
Posted on Jan 30, 2006 2:31 pm
I do hdel so that it orders the entries. :) I have it sort search results by the newest.
xDaeMoN
Comments: 696
 
mIRC Snippet:  Oxyd Last Seen Script
Posted on Jan 30, 2006 2:35 pm
Instead of doing that, you could use /filter to sort the entries :). Just a suggestion.
Hyper
Comments: 11
 
mIRC Snippet:  Oxyd Last Seen Script
Posted on Jan 30, 2006 3:47 pm
well, I could do that, but this way works fine. No need to fix it if it isn't broken. :P
bulgarianMAN
Comments: 2
 
mIRC Snippet:  Oxyd Last Seen Script
Posted on Jan 30, 2006 5:32 pm
* /hdel: no such table 'LastSeen' (line 49, script14.ini)
-
* /hdel: no such table 'LastSeen' (line 57, script14.ini)
-
* /hdel: no such table 'LastSeen' (line 45, script14.ini)
-
* /hdel: no such table 'LastSeen' (line 45, script14.ini)
-


sux...
Hyper
Comments: 11
 
mIRC Snippet:  Oxyd Last Seen Script
Posted on Jan 30, 2006 5:35 pm
restart mIRC, maybe? That script ought to work.
xDaeMoN
Comments: 696
 
mIRC Snippet:  Oxyd Last Seen Script
Posted on Jan 30, 2006 5:49 pm
Or just type /hmake LastSeen 100
Yoinx
Comments: 424
 
mIRC Snippet:  Oxyd Last Seen Script
Posted on Jan 30, 2006 5:59 pm
Hey xdaemon, do you have a way of filtering a hash table? or are you just saying to save it as an ini/text and filtering that?
xDaeMoN
Comments: 696
 
mIRC Snippet:  Oxyd Last Seen Script
Posted on Jan 30, 2006 6:05 pm
@ Yoinx, I loop to each entry, save it in a text file & /filter it there. You could also use a window & /filter it there. I heard that using a window will be much faster.
`Kazuma
Comments: 254
 
mIRC Snippet:  Oxyd Last Seen Script
Posted on Jan 31, 2006 12:15 pm
This is nice, I didn't have problems like bulgarianMAN stated in his comment. I dont have alot of people in and out of my chan, so i wouldnt need a hash table. But it's nice. Good feature.
bearruler
Comments: 24
 
mIRC Snippet:  Oxyd Last Seen Script
Posted on Feb 3, 2006 9:11 am
It has its advantages and disadvantages
I like the last 5 things they did, but theres alot of code involved.
Instead of all those $gettoks, you could make an alias like $s_t($nick) for the time. It can save alot of code space


Bear
ch1zra
Comments: 68
 
mIRC Snippet:  Oxyd Last Seen Script
Posted on Apr 18, 2006 5:20 am
nice code...a good base for developing a full addon anyway :)

I've never wrote a !seen script of mine... you gave me the idea now :)

:thumbsup:
HassanAbbas
Comments: 18
 
mIRC Snippet:  Oxyd Last Seen Script
Posted on Dec 1, 2006 12:03 pm
Good :D

Please Register or Login to start posting comments.
Bottom