Popup corner in mIRC

By RD1M3NS1ON on Oct 22, 2014

If somebody say your name in the chat you see a popup in mIRC in the corner.

on *:text:*:#: {
  if ($+(*,$me,*) iswm $1-) || (*OtherNick* iswm $1-) {
    if (!$appstate) || ($chan != $active) {
      noop $tip(hl,In $chan op $network,$+(<,$nick,>) $1-,$null,$null,$null,goToChan $chan $cid) 
    }
  }
}
alias goToChan { if (!$appstate) || ($1 != $active) { showmirc -s | scid $2 window -a $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.