mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Aug 2005
Posts: 2
G
Bowl of petunias
OP Offline
Bowl of petunias
G
Joined: Aug 2005
Posts: 2
please help me

Joined: Aug 2005
Posts: 2
G
Bowl of petunias
OP Offline
Bowl of petunias
G
Joined: Aug 2005
Posts: 2
anybody know????

Joined: Jun 2003
Posts: 5,024
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Jun 2003
Posts: 5,024
Firstly, please don't reply to your own post in such a short period of time. Message boards across the Internet, including this one, are not "real time", threads get replied to when someone is available.

Secondly, mIRC does not open with any song. If your mIRC is playing a sound of some description when it opens it's because you've got a script. If you downloaded mIRC from anywhere else except here, you've got some script which lamely packed the mIRC.exe with itself.
In this case, you'll have to speak to the author of the script and ask them, or if there are any lyrics with the song put them into Google.

Regards,


Mentality/Chris
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
It's most likely the scipt you're using has a start up song (On Start) when mIRC initiates. As soon as mIRC loads up type whilst the song is playing:

//if ($insong.fname) echo -a $nopath($v1)

That'd return the filename you're playing.

If it doesn't return the actual artist/title of the track type something like this:

if ($insong.fname) echo -a $sound($v1).artist - $sound($v1).title

-Andy


Link Copied to Clipboard