NickAlertTracker

By mutt- on Jul 20, 2008

This tracker tracks everything that's done in a text and action.
you may edit this anyway you would like. this is quite useful for those whom dislike getting disconnected from a network and not knowing who said your nick. This script also logs who said your nick on which network at the time.

I found use for this as I work most of the day and would like to know who needed me and to have a general referenced time as to when they wanted me.

This script opens two windows.
@highlighttracker
and
@actiontracker

They are both the same. just one for actions and one for your current nick.

Feed back is welcomed.

;Highlight Tracker
; Coded by mutt- on cyanide-x,swiftirc,deepspace, Networks.
;®mutt-,mongrel-,mutt
;You may edit anyway you wish Just please leave the copyright in its place. The settings within the script are how
;the script is best viewed on my computer.
;The current settings also have the tracker follow you between servers which I find is a bit handy 
; Extra help from Error of cyanide-x for finding some of the bugs in it.

on *:text:*:#: {
  if ($me isin $1-) {
    /window -Sis  @highlighttracker ariel 12
    /aline @highlighttracker  $nick @ $time(hh:nn:s:tt:) said your name on channel $chan $+ . on $server and said : $1-
  } 
}
on *:action:*:#: {
  if ($me isin $1-) {
    /window -sSi  @actiontracker ariel 12
    /aline @actionhighlight   $nick @ $time(hh:nn:s:tt:) said your name on channel $chan $+ . on $server and said: $1-
  } 
}

Comments

Sign in to comment.
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.