mIRC Home    About    Download    Register    News    Help

Print Thread
#184181 26/08/07 11:08 AM
Joined: May 2004
Posts: 49
G
GalaxeY Offline OP
Ameglian cow
OP Offline
Ameglian cow
G
Joined: May 2004
Posts: 49
I dont know if this has anything to do with scripts or so, thats why I put it here.
But my problem:
I have just installed 6.3, and this is full, not upgrade.
I run winamp and get this:

Code:
/mp3.player: not connected to server



Signature:
I'm boring, ain't I? Oh well...:|
GalaxeY #184188 26/08/07 12:48 PM
Joined: Feb 2003
Posts: 3,432
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
try: //echo -a $isalias(mp3.player) and see if it returns true, if it return false, then you dont have any alias bound to that.


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
sparta #184189 26/08/07 01:16 PM
Joined: May 2004
Posts: 49
G
GalaxeY Offline OP
Ameglian cow
OP Offline
Ameglian cow
G
Joined: May 2004
Posts: 49
it became false

Last edited by GalaxeY; 26/08/07 01:20 PM.

Signature:
I'm boring, ain't I? Oh well...:|
GalaxeY #184234 26/08/07 06:49 PM
Joined: Feb 2003
Posts: 3,432
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
Then you dont have a alias that can be called from your code, check spelling, and also make shure that the code is an alias in the right format, in your remote:

alias mp3.player {

if it's added in a alias file, then you should remove the alias part:

mp3.player {


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
sparta #184236 26/08/07 06:52 PM
Joined: May 2004
Posts: 49
G
GalaxeY Offline OP
Ameglian cow
OP Offline
Ameglian cow
G
Joined: May 2004
Posts: 49
I have searched for mp3.players in alias, remote and other places I can think of, but I cant find it.


Signature:
I'm boring, ain't I? Oh well...:|
GalaxeY #184240 26/08/07 07:08 PM
Joined: Feb 2003
Posts: 3,432
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
have you loaded any script for the mp3 player ? if not, then that command would never had been working, a alias must be added for a command to work "if it's not some of mirc's default commands", if you dont have any script for it, then you can look at http://www.mircscripts.org/archive/addons
if you see a addon there that do what you want it to, search for mp3.


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
GalaxeY #184241 26/08/07 07:20 PM
Joined: Dec 2002
Posts: 2,031
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Dec 2002
Posts: 2,031
Check your winamp plugins, there are some plugins out there that allow winamp to interact with mirc, and if a plugin is calling that alias in mirc then there is your problem.

RoCk #184243 26/08/07 07:43 PM
Joined: May 2004
Posts: 49
G
GalaxeY Offline OP
Ameglian cow
OP Offline
Ameglian cow
G
Joined: May 2004
Posts: 49
I dont know what plugins that might interact to mirc I can have.

I found it. Thanks for all help laugh

Last edited by GalaxeY; 26/08/07 07:47 PM.

Signature:
I'm boring, ain't I? Oh well...:|

Link Copied to Clipboard