From 5b7334f09d002ff3be9382ba082a09b03a613a86 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 29 Oct 2013 15:26:25 +0000 Subject: [PATCH] feature(socket) add "#" --- lib/server/socket.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/server/socket.js b/lib/server/socket.js index e05bfc66..3885e695 100644 --- a/lib/server/socket.js +++ b/lib/server/socket.js @@ -193,7 +193,7 @@ lExec_func = ClientFuncs[pConnNum]; - lExecSymbols = ['&', '{', '}', '|', '\'', '"']; + lExecSymbols = ['#', '&', '{', '}', '|', '\'', '"']; if (Util.isContainStr(pCommand, lExecSymbols)) exec(pCommand, lExec_func);