mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Nov 2004
Posts: 14
R
replay Offline OP
Pikka bird
OP Offline
Pikka bird
R
Joined: Nov 2004
Posts: 14
In my perform stands /join #$.Killz . But when i connect to a server i see this: * /join: insufficient parameters .
What can i do to join that channel at startup?

Joined: Feb 2003
Posts: 3,432
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
You can jon $, thats a identifyer for mirc.. $chan - $nick - $1 - $2 and so on.. so its a part of the program code..


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
Joined: Nov 2003
Posts: 228
S
Fjord artisan
Offline
Fjord artisan
S
Joined: Nov 2003
Posts: 228
Make sure there aren't any custom /join aliases causing this error by either unloading all scripts or by turning off your remotes.

sparta:
Typing /join #$anything shouldn't evaluate $anything as an identifier unless the /join command is prefixed with a second /.

Joined: Dec 2002
Posts: 3,138
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,138
The original poster said he had the command put in perform. In perform identifiers are always evaluated.

Joined: Aug 2003
Posts: 1,831
I
Hoopy frood
Offline
Hoopy frood
I
Joined: Aug 2003
Posts: 1,831
Try using
  • join $(#$.Killz,0)

Joined: Nov 2003
Posts: 228
S
Fjord artisan
Offline
Fjord artisan
S
Joined: Nov 2003
Posts: 228
I missed that part, I stand corrected.


Link Copied to Clipboard