From a6d7c1f9a4d8327ffa33355806be8d2b731b86dc Mon Sep 17 00:00:00 2001
From: deuce <>
Date: Thu, 14 Jan 2016 01:57:31 +0000
Subject: [PATCH] Fix OPT VER genration.

---
 exec/load/binkp.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/exec/load/binkp.js b/exec/load/binkp.js
index 12e347caff..f7394ccefd 100644
--- a/exec/load/binkp.js
+++ b/exec/load/binkp.js
@@ -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, "NDL 115200,TCP,BINKP");
 	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(' '));
 
 	while(!js.terminated && this.remote_addrs === undefined) {
-- 
GitLab