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
mIRC Snippet:
Oxyd Last Seen Script
Posted on Jan 30, 2006 12:15 am
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'
On this part, '$remove($address($nick,5),$nick $+ !)', you just use '$address'
mIRC Snippet:
Oxyd Last Seen Script
Posted on Jan 30, 2006 2:31 pm
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.
mIRC Snippet:
Oxyd Last Seen Script
Posted on Jan 30, 2006 2:35 pm
Posted on Jan 30, 2006 2:35 pm
Instead of doing that, you could use /filter to sort the entries :). Just a suggestion.
mIRC Snippet:
Oxyd Last Seen Script
Posted on Jan 30, 2006 3:47 pm
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
mIRC Snippet:
Oxyd Last Seen Script
Posted on Jan 30, 2006 5:32 pm
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...
-
* /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...
mIRC Snippet:
Oxyd Last Seen Script
Posted on Jan 30, 2006 5:35 pm
Posted on Jan 30, 2006 5:35 pm
restart mIRC, maybe? That script ought to work.
mIRC Snippet:
Oxyd Last Seen Script
Posted on Jan 30, 2006 5:49 pm
Posted on Jan 30, 2006 5:49 pm
Or just type /hmake LastSeen 100
mIRC Snippet:
Oxyd Last Seen Script
Posted on Jan 30, 2006 5:59 pm
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?
mIRC Snippet:
Oxyd Last Seen Script
Posted on Jan 30, 2006 6:05 pm
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.
mIRC Snippet:
Oxyd Last Seen Script
Posted on Jan 31, 2006 12:15 pm
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.
mIRC Snippet:
Oxyd Last Seen Script
Posted on Feb 3, 2006 9:11 am
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
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
mIRC Snippet:
Oxyd Last Seen Script
Posted on Apr 18, 2006 5:20 am
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:
I've never wrote a !seen script of mine... you gave me the idea now :)
:thumbsup:




