mIRC Homepage
Posted By: H3ppu Help for highlighting - 30/12/10 11:16 PM
Hello.

I use mIRC v7.17.

Is it possible that lines where my nickname is mentioned shows as red? The whole text line. If normally textes are black lines. How?

Second. Is it possible that a tiny bubble appear in right lower corner when someone says my name (The whole text line in the bubble also)? If I remember right that one was a basic thing when NoNameScript was installed...

Now all I got is that the mIRC icon flashes when private message appears.

Thanks.
Posted By: DeSync Re: Help for highlighting - 31/12/10 01:08 AM
Code:
on ^*:TEXT:*:#: {
  haltdef
  if $+(*, $me, *) iswm $1- {
    echo $chan $chr(3) 4 $timestamp $+($chr(40), $nick, $chr(41)) $1-
  }
  else {
    echo $chan $chr(3) 0 $timestamp $+($chr(40), $nick, $chr(41)) $1-
  }
}


Try it.

For other option, there is some option by default in mIRC with new verions. Can't remember name. Maybe someone should help. You can use it for every event.
Posted By: RusselB Re: Help for highlighting - 31/12/10 01:12 AM
Everything that you are asking about can be set using the Highlight tab in the Address book (Alt + B)
Posted By: H3ppu Re: Help for highlighting - 02/01/11 10:20 AM
Originally Posted By: RusselB
Everything that you are asking about can be set using the Highlight tab in the Address book (Alt + B)


Thanks. This Highlight one was in the old mIRC versions inside the mIRC Options if I remember right. Now lines goes red which include my nickname.

How I set the bubble in right lower corner when the highlight is happened? confused
Posted By: Riamus2 Re: Help for highlighting - 02/01/11 03:37 PM
Use the tip option under Highlight.
Posted By: H3ppu Re: Help for highlighting - 02/01/11 08:54 PM
Originally Posted By: Riamus2
Use the tip option under Highlight.


Yeh. Now it comes if someone says my nickname and something. Could it put to come always for every private message? Maybe then the box in right itself include "the whole text" what someone said... If this is possible, then it will be perfect.

Perhaps whole new higllight thing like "#hilightalwaysinprivatemessage"

Thanks.
© mIRC Discussion Forums