sandbox command reset

This commit is contained in:
Peter Cottle 2013-01-03 17:41:33 -08:00
parent d6e9b6a962
commit f4179e9723
9 changed files with 203 additions and 18 deletions

View file

@ -40,7 +40,8 @@ var instantCommands = [
];
var regexMap = {
'help': /^help($|\s)|\?/
'help': /^help($|\s)|\?/,
'reset': /^reset($|\s)/
};
var parse = function(str) {