Author Topic: Nick Alert Script! (mIRC)  (Read 9677 times)

0 Members and 1 Guest are viewing this topic.

Offline eDiT

  • Management
  • *
  • *
  • Posts: 1553
    • Littlewhiteys
    • Awards
Nick Alert Script! (mIRC)
« on: May 12, 2009, 11:28:26 PM »
A mIRC nick alert script,
it will make a beep sound, and open a new window, displaying all the nick alerts you've recieved.

Code: [Select]
on *:Text:*your_irc_nickname*:#: {
  window @NickAlert
  aline @NickAlert $remove(( $time ), $chr(32)) 12 $nick  nick alerted you on 7 $chan  saying: 12 $1- $+
  beep
}


Put that in the 'Remote' tab in mIRC (you can press ALT+R).
If you want this to exclude a certain channel, simply do:
Code: [Select]
on *:Text:*eDiT*:#: {
  if ($chan != #channel) {
    window @NickAlert
    aline @NickAlert $remove(( $time ), $chr(32)) 12 $nick  nick alerted you on 7 $chan  saying: 12 $1- $+
    beep
  }
}


Enjoy!



edit: fixed the if function
« Last Edit: May 13, 2009, 12:42:03 AM by eDiT »

Offline Aryan

  • Management
  • *
  • Posts: 2203
    • Awards
  • SA-MP: [V]Aryan
  • VC-MP: [V]Aryan
  • PAC ID: 11434
Re: Nick Alert Script! (mIRC)
« Reply #1 on: October 09, 2014, 10:23:52 AM »
Bump!

here mine :|

Code: [Select]
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 $+ .
  }
}

Offline EnzoMortelli

Re: Nick Alert Script! (mIRC)
« Reply #2 on: October 09, 2014, 12:24:20 PM »
All hail Miranda IM