mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Mar 2005
Posts: 6
A
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
A
Joined: Mar 2005
Posts: 6
this isn't working
Code:
 dde mirc connect "" 127.0.0.1:11000,%#test

or

dde mirc connect "" 127.0.0.1:11000,$+($chr(37),$chr(35),test) 

Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
No expert in this area, but one thing that jumped out at me was the usage of the % sign in the channel name.

I tried to connect to the server to test my hypothesis, but kept getting connection refused, so either of those might be the problem.

Joined: Nov 2003
Posts: 2,327
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Nov 2003
Posts: 2,327
Code:
dde $ddename command "" //server 127.0.0.1:11000 -j $!+(%,#test)


New username: hixxy
Joined: Mar 2005
Posts: 6
A
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
A
Joined: Mar 2005
Posts: 6
thanks

there is another problem, mirc doesn't join when channel passed as parameter.

/go 127.0.0.1:11000 %#test

Code:
 
/go {
  dde $ddename command "" /server $1 -j $2
}
 

Joined: Nov 2003
Posts: 2,327
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Nov 2003
Posts: 2,327
//go 127.0.0.1:11000 $+(%,#test)


New username: hixxy

Link Copied to Clipboard