Simple Seen System
mIRC Code
+ 0 likes
Please Register to submit score.
| Average Score | 8.6 (of 12 scores) |
| Date Added | Oct 02, 2003 |
| Last Updated | Aug 29, 2005 |
Introduction
mIRC Snippet:
Simple Seen System
Posted on Jan 9, 2004 12:25 am
Posted on Jan 9, 2004 12:25 am
Hey, this code works and greatly, if not inaccurately...It says people joined, parted, quit, etc 35 years ago (1775 weeks)...
mIRC Snippet:
Simple Seen System
Posted on Jan 9, 2004 12:36 am
Posted on Jan 9, 2004 12:36 am
n/m, I fixed it...LoL....Don't ever edit a script thinking you know how...I tried to make it to where it won't display channel names...I succeeded but I messed up the time somehow...Works now, not tye's fault...twas my own
mIRC Snippet:
Simple Seen System
Posted on Jan 9, 2004 3:48 pm
Posted on Jan 9, 2004 3:48 pm
it works fine , nice to see a seen system using hash tables . Good Job tye
mIRC Snippet:
Simple Seen System
Posted on Sep 3, 2004 6:55 am
Posted on Sep 3, 2004 6:55 am
but mine didn't work, the bot replied nothing, what happen with the bot or the script ?
mIRC Snippet:
Simple Seen System
Posted on Jan 27, 2005 8:33 am
Posted on Jan 27, 2005 8:33 am
The Code is Nice.. enks
mIRC Snippet:
Simple Seen System
Posted on Sep 15, 2005 5:29 pm
Posted on Sep 15, 2005 5:29 pm
very nice code but dont work with the host ... !seen blabla.bla.bla
anyway is very usefull!!
anyway is very usefull!!
mIRC Snippet:
Simple Seen System
Posted on Nov 9, 2005 2:22 pm
Posted on Nov 9, 2005 2:22 pm
finally a seen script that actually wrks fer me. gewd jobness
mIRC Snippet:
Simple Seen System
Posted on May 19, 2006 10:34 am
Posted on May 19, 2006 10:34 am
I modified mines a lil so that it wouldnt say "*NAME*, is right here" when you try and search for yourself.
ON *:TEXT:*:#: {
hadd seen $nick text $chan $ctime $1-
if ($1 = !seen) { if ($2 == $nick) { msg $chan $nick $+ , Lost Yourself? }
elseif ($2 ison $chan) { msg $chan $2 $+ , is right here. }
else { msg $chan $nick $+ : $seenparse($2) }
}
}
ON *:TEXT:*:#: {
hadd seen $nick text $chan $ctime $1-
if ($1 = !seen) { if ($2 == $nick) { msg $chan $nick $+ , Lost Yourself? }
elseif ($2 ison $chan) { msg $chan $2 $+ , is right here. }
else { msg $chan $nick $+ : $seenparse($2) }
}
}
mIRC Snippet:
Simple Seen System
Posted on Jan 27, 2007 8:44 pm
Posted on Jan 27, 2007 8:44 pm
doesnt work for me =\
mIRC Snippet:
Simple Seen System
Posted on Sep 3, 2007 6:47 am
Posted on Sep 3, 2007 6:47 am
just a suggestion, but i added a timer that saved the hash db every 30 seconds, in case my computer crashed or lost power.
mIRC Snippet:
Simple Seen System
Posted on Apr 20, 2008 8:53 am
Posted on Apr 20, 2008 8:53 am
awesome !seen script, works amazingly. great job :)
mIRC Snippet:
Simple Seen System
Posted on May 27, 2008 12:12 am
Posted on May 27, 2008 12:12 am
bloody good script
/me rates 9/10
/me rates 9/10
mIRC Snippet:
Simple Seen System
Posted on Nov 1, 2008 10:26 pm
Posted on Nov 1, 2008 10:26 pm
nice script. i use it, and i vote 9/10
it would be nice to be able to use wildcards and *!*@hosts.com
that would deserve a big 10
it would be nice to be able to use wildcards and *!*@hosts.com
that would deserve a big 10
mIRC Snippet:
Simple Seen System
Posted on Mar 14, 2009 7:54 pm
Posted on Mar 14, 2009 7:54 pm
great script!
i will not say what i voted. however i will say that the average score went from 8.5 to 8.6
i will not say what i voted. however i will say that the average score went from 8.5 to 8.6










