mIRC Home    About    Download    Register    News    Help

Print Thread
R
replay
replay
R
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,412
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,412
You can jon $, thats a identifyer for mirc.. $chan - $nick - $1 - $2 and so on.. so its a part of the program code..

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,015
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,015
The original poster said he had the command put in perform. In perform identifiers are always evaluated.

I
Iori
Iori
I
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