feature(socket) add "#"

This commit is contained in:
coderaiser 2013-10-29 15:26:25 +00:00
parent 0c00458ac3
commit 5b7334f09d

View file

@ -193,7 +193,7 @@
lExec_func = ClientFuncs[pConnNum];
lExecSymbols = ['&', '{', '}', '|', '\'', '"'];
lExecSymbols = ['#', '&', '{', '}', '|', '\'', '"'];
if (Util.isContainStr(pCommand, lExecSymbols))
exec(pCommand, lExec_func);