forked from shaka-project/shaka-player
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Fix wrong index variable in loop ("i" vs "INDEX") that prevented detection of commands at arbitrary places in a comment. - Fix parsing of comments with newlines. - Normalize commands to lowercase before checking them. - Enhance debugging of command parsing. - Allow the user to say "please" because it just feels nicer to me, even when I'm talking to a robot.
- Loading branch information
1 parent
d228ca4
commit 0705a8d
Showing
3 changed files
with
32 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters