Highlight

By UK-Sw1ft on Nov 12, 2005

This script is simple, and usefull for when ur away, or afk, it lets you know who wanted you at time/date/channel,
copy+paste into text file, save as " highlight.mrc ", put into mirc.dir, type in mirc /load -rs highlight.mrc , have fun :)

Comments

Sign in to comment.
MartyniP   -  Jul 06, 2010

I had to edit it into a timer for the whois info to be shown in the window

on 1:TEXT:*:#:{
  if ($me isin $1-) {
    set %last.highlight $nick
    window -enxz @highlight 
    aline -ch @highlight 4 ?????????????????????????????????? ????? ??? ?? ?? ?? ? ?
    aline -ch @highlight 4**4**4**4**4** 4(HighLight4) 4**4**4**4**4**
    aline -ch @highlight 4(In Channel4): $chan  
    aline -ch @highlight 4(Nick4): $nick 
    aline -ch @highlight 4(Time4): $time
    aline -ch @highlight 4(Date4): $date $+ .
    aline -ch @highlight 4(Message4): $1-
    aline -ch @highlight 4(Press F1 to Get Info For Last Highlight " %last.highlight "4)
    aline -ch @highlight 4 ?????????????????????????????????? ????? ??? ?? ?? ?? ? ?
    halt
  }
}

alias F1 {
  whois %last.highlight
  /timerwho 1 2 /whoisdone
}
alias whoisdone {
  set -u15 %whois 1
  aline -ch @highlight 12?????????????????????????????????? ????? ??? ?? ?? ?? ? ?
  aline -ch @highlight 4(Info For %last.highlight 4)
  aline -ch @highlight 12??? $+  $+ %last.highlight $+ 14 is 14 $chr(34)  $+ %w.username 14 $+ $chr(34) 
  aline -ch @highlight  %last.highlight 14 is  %w.user.addy
  aline -ch @highlight  %last.highlight 14 is  Authed As 14 $chr(34)  $+ %W.auth 14 $chr(34)
  aline -ch @highlight  %last.highlight 14 on  %w.channels
  aline -ch @highlight  %last.highlight 14 using  %w.svr
  aline -ch @highlight 12?????????????????????????????????? ????? ??? ?? ?? ?? ? ?
  unset %w*
}
RAW 301:*: { set %w.away $2- } 
RAW 311:*: { set %w.username $3 | set %w.user.addy $2- } 
RAW 312:*: { set %w.svr $3- }  
RAW 313:*: { set %w.ircop $2- } 
RAW 317:*: { set %w.idle.time $2- } 
RAW 319:*: { set %w.channels $3- } 
RAW 330:*: { set %w.auth $3 } 
RAW 338:*: { msg %w.info $2- } 
RAW 431:*: { msg %w.chan No Name Given. } 
 Respond  
Mudkipz   -  Mar 12, 2008

Adam, changing your colours in Mirc will help, or the colours of the script

 Respond  
Adam118   -  Dec 13, 2007

how do i make it so the text in @highlight is not white? i cannot read it without highlighting all text

 Respond  
anthalus   -  Nov 14, 2005

You should probably close the on:text event with a group (#awaylog), otherwise it will highlight every mention of your nick.

 Respond  
RoninWarrior   -  Nov 12, 2005

nice!

 Respond  
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.