mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Jul 2008
Posts: 10
R
rjalex Offline OP
Pikka bird
OP Offline
Pikka bird
R
Joined: Jul 2008
Posts: 10
When I double click on a nickname a "private chat" session is started (is the correct name a Query window ???).

How can I setup mIRC so that is it beeps/flashes for any text appearing in any of these private session windows ?

I cannot know beforehand which nicks or what strings will be used of course.

Thank you for any idea,
Bob

PS I am totally a newb in IRC so please excuse me if the question is stupid and please try to keep the reply simple smile

Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
This can be done with a simple script.
Code:
on *:open:?:*:{
  flash -b5r5 $nick $1-
}


See /help /flash for details regarding that command and the various switches. See /help on open for details regarding that event.

Joined: Jan 2005
Posts: 192
Vogon poet
Offline
Vogon poet
Joined: Jan 2005
Posts: 192
For beeps (Sounds):
Options > Sounds
On Event play sound.
Beep on message.

For flashing:
Options > IRC > Options
Flash on message.


echo -a $signature

Link Copied to Clipboard