Top

Seen v1.9

Please Register to submit score.
Average Score  8.0
Scores Submitted  4
Date Added  Sep 29, 2007
Last Updated  Sep 30, 2007
Tags  event  nick  seen 

Introduction

ABOUT:

A seen script I made. It stores all the data in a hash table, constantly updating the nick's current seen status. Simple code, simple to use. Editing is fine, as long as you give me credit for the work that is mine

** Now includes a dialog. **

USAGE:

You can use this two different ways:
2) !seen (nick) - for other users
3) /call_seen -> type in nick to search for and click 'search'




Grab the Code

Comments

  (16)  RSS
RubixCube
Comments: 53
 
mIRC Snippet:  Seen v1.9
Posted on Sep 29, 2007 9:10 pm
Couple updates:

1) Fixed an error in the exit event that didn't save the table correctly due to an invalid form at of hsavw
2) Made a dialog for the script
xDaeMoN
Comments: 696
 
mIRC Snippet:  Seen v1.9
Posted on Sep 30, 2007 2:06 am
I just noticed something in your update. The /seen alias was not included.
Olliegod
Comments: 77
 
mIRC Snippet:  Seen v1.9
Posted on Sep 30, 2007 3:06 am
Just something small, $chan can't be used in a quit event.
RubixCube
Comments: 53
 
mIRC Snippet:  Seen v1.9
Posted on Sep 30, 2007 8:04 am
Ah thanks guys. xDaeMoN I forgot to get rid of the part saying that was in there when I updated the code and used a dialog instead, thanks for seeing that.

Thanks Olliegod that's been fixed.
RubixCube
Comments: 53
 
mIRC Snippet:  Seen v1.9
Posted on Sep 30, 2007 12:43 pm
A 4.0 huh? If you have any suggestions or criticism, it would be better if you posted your thoughts so I can make improvements instead of posting a score with no reason.

- RubixCube
Sora-
Comments: 19
 
mIRC Snippet:  Seen v1.9
Posted on Sep 30, 2007 12:52 pm
Er, it doesn't really work for me
-(10:49)- <Aeroku-Namiashi> !Seen Riht
-(10:49)- -AnimeBot- Riht was last seen 1 day, 18 hours ago (28/Sep/07 23:45 GMT).
-(10:49)- <Aeroku-Namiashi> :|
-(10:50)- <Aeroku-Namiashi> !Seen Riht
-(10:50)- -AnimeBot- Riht was last seen 1 day, 18 hours ago (28/Sep/07 23:45 GMT).
-(10:50)- <BlahBot> Riht was last seen
-(10:50)- <Aeroku-Namiashi> .
-(10:50)- <Aeroku-Namiashi> !Seen Weavile
-(10:50)- -AnimeBot- Weavile is online now, using the nick Aeroku-Namiashi.
-(10:50)- <BlahBot> Weavile was last seen
-(10:50)- <Aeroku-Namiashi> .
-(10:51)- <Aeroku-Namiashi> ...
-(10:51)- <Aeroku-Namiashi> :|
RubixCube
Comments: 53
 
mIRC Snippet:  Seen v1.9
Posted on Sep 30, 2007 12:59 pm
There are two possible reasons why it isn't working:

1) You haven't seen the nicks already. Also, it doesn't work for you it only works for other users. This script doesn't just work at first. You have to wait till the user joins a channel or quits or parts etc.

2) There are some servers that support !seen in there botserv. Your server's !seen might be interfering with mine.
Akishoot
Comments: 134
 
mIRC Snippet:  Seen v1.9
Posted on Sep 30, 2007 1:01 pm
The way the script looks to me, even if the user has never been seen by the bot/script, then it will still: msg $chan $2 was last seen $hget(seen,$2). Which would explain why it gives the name, but no time. Not exactly sure on this...
Akishoot
Comments: 134
 
mIRC Snippet:  Seen v1.9
Posted on Sep 30, 2007 1:02 pm
Oops. RubixCube posted while I was typing this. D:
RubixCube
Comments: 53
 
mIRC Snippet:  Seen v1.9
Posted on Sep 30, 2007 1:13 pm
Ah I see. I fixed that and made a few updates. I decided to get rid of the seen.add and just include it in the actual events. Thanks Akishoot for recognizing my mistake.
mountaindew
Comments: 1,379
 
mIRC Snippet:  Seen v1.9
Posted on Sep 30, 2007 6:33 pm
Quote:
SETUP :
/hmake seen 100
Restart mIRC


u can do
Code:

on *:load: close -r


to restart mirc
RubixCube
Comments: 53
 
mIRC Snippet:  Seen v1.9
Posted on Sep 30, 2007 6:42 pm
I made it make the hash table when the script was loaded instead. Thanks for the idea though.
mountaindew
Comments: 1,379
 
mIRC Snippet:  Seen v1.9
Posted on Sep 30, 2007 6:48 pm
oh ok :P
tracetraceau
Comments: 4
 
mIRC Snippet:  Seen v1.9
Posted on Feb 5, 2008 1:45 am
thanks , it works :) is ther any way I can alter it from seen leaving at 624pm on such n such date to how many hours ago since everyones time zones are diffrent .
Mitchell
Comments: 22
 
mIRC Snippet:  Seen v1.9
Posted on Apr 20, 2008 8:50 am
very nice !seen script. Probably the best one I have used yet :) great work
RubixCube
Comments: 53
 
mIRC Snippet:  Seen v1.9
Posted on Jun 4, 2008 12:22 pm
Not the greatest one, I still need to make improvements.

Been quite a while since I've been on here, I need to update some of these snippets of mine. :) Thank you everyone for your comments.

Please Register or Login to start posting comments.
Bottom