mIRC Homepage
Posted By: DutchWesley nick alert script - 09/10/11 07:58 PM
hey guys question, anyoneknows what nick alert script upp uses?

like when someone highlight me in one of the channels im in i get an @message window with ".:21:48:30:. (Rizon)(#test10) <Hakamada_Hinata> Chibi-Taiga you suck" in it

i rly mist that since i left upp
Posted By: Masoud Re: nick alert script - 09/10/11 08:44 PM
I suggest to use jaytea's Highlight Thing
Posted By: DutchWesley Re: nick alert script - 10/10/11 04:50 PM
where do i paste it , in remote ?
Posted By: Riamus2 Re: nick alert script - 10/10/11 05:12 PM
All scripts, unless stated otherwise, should be placed in Remotes as a new script (File menu > New).
Posted By: DutchWesley Re: nick alert script - 10/10/11 05:32 PM
thx it works
Posted By: DutchWesley Re: nick alert script - 11/10/11 02:56 PM
now that works, i got some more scripts i'd like to have

a systeminfo script for pc hardware info and link capture one that easy can be modified sothat it only capture links i want
Posted By: sparta Re: nick alert script - 11/10/11 03:03 PM
Go and search for the addon you want.. here , i dont think someone here will write you somthing that have been done befor.
Posted By: DutchWesley Re: nick alert script - 03/11/11 01:08 PM
the jaytea's Highlight Thing doesnt work anymore it only shows

Network Window Message

not the message and so
Posted By: Lenooox Re: nick alert script - 07/11/11 02:47 PM
here is mine smile

Code:
ON $*:TEXT:*:#: {
  var %alerter $nick
  if ($me isin $1-) && ($target != $active) {
    timer 1 .5 flash -r 10
    timer 1 .5 beep 10
    echo -ast 4 %alerter alerted you on $chan at $time $+ .
  }
}
Posted By: FraneHines Re: nick alert script - 11/02/15 08:49 PM
I know that this thread is old, but it's the first hit that Google finds when searching for mirc nick alert script.

Here's a script that creates a Desktop Window when somebody mentions your nick on mIRC channel window (Nick alert script).

Every time someone mentions your nick, new entry is added into a single Desktop Window. In case someone needs it, here's the script code:

Code:
on *:Text:$(* $+ $me $+ *):#: {
  if (!$window(@mIRC-NickAlert)) { window -mdk0 @mIRC-NickAlert }
  window @mIRC-NickAlert
  aline @mIRC-NickAlert 3Network: $str($chr(160),8), 6 $network 
  aline @mIRC-NickAlert 3Channel: $str($chr(160),8), 8 $chan 
  aline @mIRC-NickAlert 3Nick: $str($chr(160),14), 12 $nick 
  aline @mIRC-NickAlert 3Date & Time: $str($chr(160),2), 4 $+($date(yyyy mmmm d) ,$chr(32),2 $chr(40),$date(dddd),$chr(41) ,$chr(32),10 $time )
  aline @mIRC-NickAlert $crlf
  aline @mIRC-NickAlert 13T e x t: $str($chr(160),12), $1-
  aline @mIRC-NickAlert $crlf
  aline @mIRC-NickAlert 5-----------------------------------------------------------------------------------
  aline @mIRC-NickAlert$crlf
}


Here's how the nick alert script looks in reality:

© mIRC Discussion Forums