jpgohlke / twitch-chat-filter

58 stars 37 forks source link

Stop filtering RIOT messages as emulator commands #134

Closed hugomg closed 10 years ago

hugomg commented 10 years ago

Fixes #128, an issue introduced with PR #109.

Now the command filter only considers non-letter characters to be part of a command if they look like separators. They must be adjacent to the letters (no spaces) and must be at most 2 characters in length.

This should make the filter less general while still covering future changes to the emulator command syntax.