feature(socket) exec symbols: add "*"

This commit is contained in:
coderaiser 2013-10-30 08:49:01 +00:00
parent 5b7334f09d
commit e41af3d574

View file

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