Jon-Carlos Rivera
Jon-Carlos Rivera
Would CS even work through a medium like IRC? In JavaScript, everything could go on one line (thanks, semicolons!) but CS is whitespace sensitive so you would have to use...
The commit supports comma and space (and no delimiter since `@` isn't valid in nicknames). It does it's best not to capture `@` in the "command" portion of the string....
@robotlolita - Except then you can't mindlessly tab-complete. Right now I tend to `@so` but that proposal would require `@so)` - I can see a lot of people missing the...
The only potential issue I see with `--` is that it is ambiguous for something like: `>>> var a = 10; setTimeout(print, 1000, a); a-- @nickname`