|
|
Joined: May 2004
Posts: 49
Ameglian cow
|
OP
Ameglian cow
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: /mp3.player: not connected to server
Signature: I'm boring, ain't I? Oh well...:|
|
|
|
|
Joined: Feb 2003
Posts: 3,432
Hoopy frood
|
Hoopy frood
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,.) }
|
|
|
|
Joined: May 2004
Posts: 49
Ameglian cow
|
OP
Ameglian cow
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...:|
|
|
|
|
Joined: Feb 2003
Posts: 3,432
Hoopy frood
|
Hoopy frood
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,.) }
|
|
|
|
Joined: May 2004
Posts: 49
Ameglian cow
|
OP
Ameglian cow
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...:|
|
|
|
|
Joined: Feb 2003
Posts: 3,432
Hoopy frood
|
Hoopy frood
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,.) }
|
|
|
|
Joined: Dec 2002
Posts: 2,032
Hoopy frood
|
Hoopy frood
Joined: Dec 2002
Posts: 2,032 |
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.
|
|
|
|
Joined: May 2004
Posts: 49
Ameglian cow
|
OP
Ameglian cow
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
Last edited by GalaxeY; 26/08/07 07:47 PM.
Signature: I'm boring, ain't I? Oh well...:|
|
|
|
|
|
|