mIRC Home    About    Download    Register    News    Help

Print Thread
#96696 04/09/04 03:44 PM
Joined: Sep 2004
Posts: 2
N
noy2222 Offline OP
Bowl of petunias
OP Offline
Bowl of petunias
N
Joined: Sep 2004
Posts: 2
i have a problem.
it started yesterday just like that...
whenever i run one of my scripts, even something simple like
/blabla {
/msg $chan test
}
it doesn't work, and writes to me in status page "#<capsed name of the room i typed the script in> Unknown command"
that goes for aliases and remote scripts as well.
how do i solve it?
noy

Joined: Oct 2003
Posts: 306
J
Fjord artisan
Offline
Fjord artisan
J
Joined: Oct 2003
Posts: 306
try

alias blabla {
msg $chan test
}



mess with the best
Joined: Aug 2003
Posts: 314
S
Fjord artisan
Offline
Fjord artisan
S
Joined: Aug 2003
Posts: 314
Sounds like you have a /msg alias interfering somewhere. Type //echo -a $isalias(msg).fname * $isalias(msg).alias to help you search for it and correct it. If that isn't the case then try using /!msg $chan message in that alias - see if there are any problems there, though I cannot see why there would be

Joined: Sep 2004
Posts: 2
N
noy2222 Offline OP
Bowl of petunias
OP Offline
Bowl of petunias
N
Joined: Sep 2004
Posts: 2
*noy2222 hugs sigh*
thanks so much(-:
noy


Link Copied to Clipboard