Skip to content
Snippets Groups Projects
Commit a6d7c1f9 authored by deuce's avatar deuce
Browse files

Fix OPT VER genration.

parent 961b3261
No related branches found
No related tags found
No related merge requests found
...@@ -252,7 +252,7 @@ BinkP.prototype.connect = function(addr, password, port) ...@@ -252,7 +252,7 @@ BinkP.prototype.connect = function(addr, password, port)
this.sendCmd(this.command.M_NUL, "LOC "+this.system_location); this.sendCmd(this.command.M_NUL, "LOC "+this.system_location);
this.sendCmd(this.command.M_NUL, "NDL 115200,TCP,BINKP"); this.sendCmd(this.command.M_NUL, "NDL 115200,TCP,BINKP");
this.sendCmd(this.command.M_NUL, "TIME "+new Date().toString()); this.sendCmd(this.command.M_NUL, "TIME "+new Date().toString());
this.sendCmd(this.command.M_NUL, "VER "+this.name_ver+system.platform+" binkp/1.1"); this.sendCmd(this.command.M_NUL, "VER "+this.name_ver+'/'+system.platform+" binkp/1.1");
this.sendCmd(this.command.M_ADR, this.addr_list.join(' ')); this.sendCmd(this.command.M_ADR, this.addr_list.join(' '));
while(!js.terminated && this.remote_addrs === undefined) { while(!js.terminated && this.remote_addrs === undefined) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment