From b11c100d02fbd9d9aa5fecff1e2b2e8eb31482f1 Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Mon, 9 Mar 2020 20:48:28 -0600 Subject: [PATCH] update readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bc41c72..37623cf 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ |Plugin Name|Match|Description| |----|---|---| -|Beat|`(?i)^\.beat$|^what time is it\?$|^beat( )?time:?\??$`|Print the current [beat time](https://en.wikipedia.org/wiki/Swatch_Internet_Time).| +|Beat|`(?i)^\.beat$|^what time is it[\?!]+$|^beat( )?time:?\??$`|Print the current [beat time](https://en.wikipedia.org/wiki/Swatch_Internet_Time).| |Beer|`(?i)^beer: `|Queries [OpenDataSoft](https://public-us.opendatasoft.com/explore/dataset/open-beer-database/table/)'s beer database for a given beer.| |BotSnack|`(?i)botsnack`|Consumes a botsnack. This pleases mcchunkie and brings balance to the universe.| |Feder|`(?i)^feder: (.*)$`|check the Matrix federation status of a given URL.| @@ -12,7 +12,8 @@ |HighFive|`o/|\o`|Everyone loves highfives.| |Hi|`(?i)^hi|hi$`|Friendly bots say hi.| |LoveYou|`(?i)i love you`|Spreading love where ever we can by responding when someone shows us love.| -|OpenBSDMan|`(?i)^man: ([1-9]?p?)\s?(.+)$`|Produces a link to man.openbsd.org.| +|OpenBSDMan|`(?i)^man: ([1-9][p]?)?\s?(.+)$`|Produces a link to man.openbsd.org.| +|Palette|`(?i)^#[a-f0-9]{6}$`|Creates an solid 256x56 image of the color specified.| |Snap|`(?i)^snap:$`|checks the current build date of OpenBSD snapshots.| |Source|`(?i)where is your (source|code)`|Tell people where they can find more information about myself.| |Thanks|`(?i)^thank you|thank you$|^thanks|thanks$|^ty|ty$`|Bots should be respectful. Respond to thanks.|