mIRC Home    About    Download    Register    News    Help

Print Thread
#228568 30/12/10 11:16 PM
Joined: Dec 2010
Posts: 3
H
H3ppu Offline OP
Self-satisified door
OP Offline
Self-satisified door
H
Joined: Dec 2010
Posts: 3
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.

Joined: Jan 2008
Posts: 57
D
Babel fish
Offline
Babel fish
D
Joined: Jan 2008
Posts: 57
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.

Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
Everything that you are asking about can be set using the Highlight tab in the Address book (Alt + B)

Joined: Dec 2010
Posts: 3
H
H3ppu Offline OP
Self-satisified door
OP Offline
Self-satisified door
H
Joined: Dec 2010
Posts: 3
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

Last edited by H3ppu; 02/01/11 10:20 AM.
Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
Use the tip option under Highlight.


Invision Support
#Invision on irc.irchighway.net
Joined: Dec 2010
Posts: 3
H
H3ppu Offline OP
Self-satisified door
OP Offline
Self-satisified door
H
Joined: Dec 2010
Posts: 3
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.


Link Copied to Clipboard