mIRC Home    About    Download    Register    News    Help

Print Thread
#2239 17/12/02 09:03 PM
Joined: Dec 2002
Posts: 5
S
stormie Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
S
Joined: Dec 2002
Posts: 5
would it be possible to do different notice sounds...like..one from people or operserv..and to where you could turn one off if you needed or wanted to and leave the other one on?

#2240 17/12/02 09:22 PM
Joined: Dec 2002
Posts: 1,321
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Dec 2002
Posts: 1,321
That's very easily scriptable:
Code:

on *:NOTICE:*:?:{
  if (($fulladdress == OperServ!service@yournetwork.net) && (%OperServWav == on)) splay OperServ.wav
  elseif (($address($nick,3) ==*!*bleh@*.somewhere.net) && (%MyFriendJohnWav == on)) splay John.wav
  elseif (($address($nick,3) == *!*boo@*.moo.net) && (%TheCowWav == on) splay TheCow.wav
}


DALnet: #HelpDesk and #m[color:#FF0000]IR[color:#EEEE00]C
#2241 17/12/02 09:31 PM
Joined: Dec 2002
Posts: 5
S
stormie Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
S
Joined: Dec 2002
Posts: 5
ok, well..hmm..in the sounds in file/options..is there a way to make the normal notices sound stay on and still not have to use it for os stuff? confused or...can that not work?

#2242 17/12/02 09:51 PM
Joined: Dec 2002
Posts: 1,321
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Dec 2002
Posts: 1,321
-> Alt-O (Options)
-> Sounds tab
-> [X] Enable sounds
-> On Event, play sound:[color:#006600]
  • DCC Send
    DCC Fail
    Disconnect
    Flash
    Highlight
    Invite
    Notice
    Chat
[/color]The button immediately below the dropdown combo let's you assign a sound file to each of those events, individually. If you don't pick a file, it "turns it off" and the button will say "No Sound."


DALnet: #HelpDesk and #m[color:#FF0000]IR[color:#EEEE00]C
#2243 17/12/02 09:56 PM
Joined: Dec 2002
Posts: 5
S
stormie Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
S
Joined: Dec 2002
Posts: 5
is there a way to make it to where just os notices don't have sounds though? or does it have to be all notices?

#2244 17/12/02 10:06 PM
Joined: Dec 2002
Posts: 1,321
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Dec 2002
Posts: 1,321
That is what the script does I posted earlier: it shows you how to use address masks to pick out your friends and also allows you to turn them on and off by a variable. You could write a little popup script to turn them on and off, if you liked. smile


DALnet: #HelpDesk and #m[color:#FF0000]IR[color:#EEEE00]C
#2245 17/12/02 10:14 PM
Joined: Dec 2002
Posts: 5
S
stormie Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
S
Joined: Dec 2002
Posts: 5
oh!!! shocked ok!! thank you lol i just got confused in that whole thing i guess lol. thanks again:)

#2246 18/12/02 06:47 AM
Joined: Dec 2002
Posts: 5
S
stormie Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
S
Joined: Dec 2002
Posts: 5
is there any way i could make it for everyone all at once...instead of just doin a few people?


Link Copied to Clipboard