mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Jan 2003
Posts: 13
L
Laren Offline OP
Pikka bird
OP Offline
Pikka bird
L
Joined: Jan 2003
Posts: 13
How do i make this??

I know i can add sound of certain events at File | Options | Sounds..... but how do i add a sound to my DCC Complete..I cant find it..

Anyway to add this????????????

Tks in Adv.. smile

Joined: Dec 2002
Posts: 1,237
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Dec 2002
Posts: 1,237
File>Options>DCC>Options>...

In the field marked "On DCC Completion" theres something called "Notify with beep" check the "Get" box and click "OK".

Its a built in option that is overlooked by many.

Joined: Jan 2003
Posts: 13
L
Laren Offline OP
Pikka bird
OP Offline
Pikka bird
L
Joined: Jan 2003
Posts: 13
All right.... done it. Thks manz..
is there anyway to change the sound i like?

Joined: Dec 2002
Posts: 1,237
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Dec 2002
Posts: 1,237
I am gonna try a long shot but in your remotes add this:

Code:
  
on 1:FILERCVD:*.extension here:/splay <insert sound file here>
}


Example:

on 1:FILERCVD:*.txt:/splay dingdong.wav
}

Each time I receive a txt file, This should play a sound I designated. Just change the file extention from

*.txt to the file extension you want or you can just add multiple extensions by changing:

on 1:FILERCVD:*.txt,*.ini,*doc:/splay dingdong.wav
}

See what i mean...

Now I haven't tested it so it probably wouldn't hurt to give it a shot...

Joined: Jan 2003
Posts: 13
L
Laren Offline OP
Pikka bird
OP Offline
Pikka bird
L
Joined: Jan 2003
Posts: 13
okie. Thks alot..!!!

i willt try it out. later.. grin

Joined: Dec 2002
Posts: 1,237
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Dec 2002
Posts: 1,237
You're welcome. grin

EDIT:
Code:
on 1:FILERCVD:*.extension here: [color:red]{[/color] 
  /splay <insert sound file here>
}

Last edited by The_Game; 23/04/03 09:16 PM.

Link Copied to Clipboard