mIRC Home    About    Download    Register    News    Help

Print Thread
#201928 09/07/08 09:16 PM
Joined: Jul 2008
Posts: 6
D
DeKosta Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
D
Joined: Jul 2008
Posts: 6
Hello
I got a question.
I dont want the sound to be played whenever anyone writes something in the channels or
when people log in and out.
Every other sound i want. Is this possible to change somehow?

Thanks!

DeKosta #201930 09/07/08 11:06 PM
Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
In mIRC Options - Sounds, select the event in the drop down box, then click the button under the drop down box until it reads No Sound. Repeat the selection process for each even that you don't want the sound played for, then click OK to close the dialog.

RusselB #201931 09/07/08 11:19 PM
Joined: Jul 2008
Posts: 6
D
DeKosta Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
D
Joined: Jul 2008
Posts: 6
Ah.. it was that easy. Thanks man.

DeKosta #202773 29/07/08 09:17 PM
Joined: Jul 2008
Posts: 6
D
DeKosta Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
D
Joined: Jul 2008
Posts: 6
Sorry to bump and double post but i didn't want to create a new thread.

Im having a hard time settings this up the way i want it..
I only want the bots or the ones with "@" infront of their name to have sounds when they post or say something.

But i can't get that to work..
Any help would be really apreciated!

Thanks!

DeKosta #202775 29/07/08 09:28 PM
Joined: Oct 2003
Posts: 3,918
A
Hoopy frood
Offline
Hoopy frood
A
Joined: Oct 2003
Posts: 3,918
Then you want to turn off the sound event for messages and go to the Highlight dialog (Alt-B -> Highlight) and set that up for their nicknames instead.

Highlight lines that contain these words:
nick1, nick2, nick3, ... (Don't include the "@")

Match on: Nickname only

Play Sound:
..Choose a sound here..


That won't work for any arbitrary op nickname, you'll have to add each one manually. The other way to do it without knowing the op names is to write a script. Here's an example of what you'll need (you might have to edit it). Put in Alt-R -> Remotes:

Code:
ON *:TEXT:*:#:if ($nick isop #) splay THESOUND.wav


You can /beep instead of /splay. See /help /beep


- argv[0] on EFnet #mIRC
- "Life is a pointer to an integer without a cast"
argv0 #202778 29/07/08 10:05 PM
Joined: Jul 2008
Posts: 6
D
DeKosta Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
D
Joined: Jul 2008
Posts: 6
Man, thanks alot!
The Highlight options worked like a charm!
You just saved me alot of headaches. smile


Link Copied to Clipboard