mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Jun 2008
Posts: 9
Y
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
Y
Joined: Jun 2008
Posts: 9
Hi, i need this script below that does the following, any help is greatly appreciated !!

Originally Posted By: Yehhanyos
Hi, how do i know if someone is talking to me in IRC? i'm asking this because i usually join 50-60 channels everytime i launch mIRC, and it would be a pain to scroll up in all those channels to see if someone has highlighted me.


Originally Posted By: RusselB
You could script a custom window, so that it displays the message when someone says your name. This has been done a fair bit.

Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
Code:
on *:text:*:#:{
  if $me isin $1- {
    if !$window(@Highlight) { .window @highlight }
    echo -t @Highlight $nick mentioned $me on $chan ( $network }
  }
}


P.S.: You should've just made this request as a reply to your original post.

Joined: Jun 2008
Posts: 9
Y
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
Y
Joined: Jun 2008
Posts: 9
Works great, thanks a bunch cool


Link Copied to Clipboard