Hilightcatcher v1.1
mIRC Code
+ 0 likes
Please Register to submit score.
| Average Score | 8.0 (of 1 scores) |
| Date Added | Oct 09, 2009 |
| Last Updated | Oct 09, 2009 |
| Tags | catch catcher highlight hilight log |
Introduction
Usage:
/hilights on - enables hilightcatching, will send a copy of every message containing your nick to a custom window.
/hilights off - disables hilightcatching.
May you accidentally close the window while the hilightcatcher is on, don't worry, it'll pop up again next time you're hilighted, unless you disable it first ;_)
I'd say it's pretty foolproof, but obviously mother nature will now feel challanged to create a better fool ;_)
mIRC Snippet:
Hilightcatcher v1.1
Posted on Oct 9, 2009 4:55 am
Posted on Oct 9, 2009 4:55 am
Great stuff, simple idea - but very handy
Thx knoeki :)
Thx knoeki :)
mIRC Snippet:
Hilightcatcher v1.1
Posted on Oct 9, 2009 8:01 pm
Posted on Oct 9, 2009 8:01 pm
| Code: |
| alias hilights { if ($1 == on) { inc %k.hilight.catcher window -nak0 @hilights echo -a HilightCatcher enabled. } else { unset %k.hilight.catcher window -c @hilights echo -a HilightCatcher disabled. } } on *:TEXT:$($+(*,$me,*)):#:hilight.catcher t $1- on *:ACTION:$($+(*,$me,*)):#:hilight.catcher a $1- alias hilight.catcher { if %k.hilight.catcher { if !$window(@hilights) { window -nak0 @hilights } window -g2 @hilights echo @hilights $+($([),$time,][,$adate,]) :: $network / # $+($iif($1 = a,* $+ $chr(32),<),$nick(#,$nick).pnick,$iif($1 != a,>)) $replace($2-,$me,$+(04,$me,)) } } on *:START:window -nak0 @hilights |
mIRC Snippet:
Hilightcatcher v1.1
Posted on Oct 10, 2009 5:48 am
Posted on Oct 10, 2009 5:48 am
gooshie: yeah, that works, but in my eyes it looks horrible. The nice thing about coding though, is that everyone can have his/her own style. :_)
mIRC Snippet:
Hilightcatcher v1.1
Posted on Oct 10, 2009 8:03 am
Posted on Oct 10, 2009 8:03 am
Forgot to mention:
/help on open
==> The OPEN event does not trigger for custom windows.
/help on open
==> The OPEN event does not trigger for custom windows.
mIRC Snippet:
Hilightcatcher v1.1
Posted on Oct 10, 2009 8:06 am
Posted on Oct 10, 2009 8:06 am
hrm.. strange how I overlooked that, because I could swear it works :x oh well







