Skip to content

Commit

Permalink
Update README.md with new regex
Browse files Browse the repository at this point in the history
  • Loading branch information
tielur committed Jan 2, 2020
1 parent 9e5ee56 commit 62fa8b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This handler will allow Alice to keep track of people laughing and reply with an

A laugh is considered any of the following:

`~r/\b([ha][ha]+|lo+l|lmf?ao|rofl|roflmao)\b/i`
`~r/\b([ha]*ha[ha]*|lo+l|lmf?ao|rofl|roflmao)\b/i`

Examples:
lol
Expand Down

0 comments on commit 62fa8b3

Please sign in to comment.