From 460c06ae6c25e48c4efa0187f0a8d46f62cc67a8 Mon Sep 17 00:00:00 2001 From: topkecleon Date: Sat, 13 Aug 2016 23:36:59 -0400 Subject: [PATCH] readme fix --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 337b3e0..bc8e33a 100644 --- a/README.md +++ b/README.md @@ -244,10 +244,10 @@ Additionally, antiflood can be configured to automatically ban a user after he h | `dilbert.lua` | /dilbert [date] | Returns a Dilbert strip. | | `patterns.lua` | /s/‹from›/‹to›/ | Search-and-replace using Lua patterns. | | `me.lua` | /me | Returns user-specific data stored by the bot. | -| `remind.lua` | /remind | Reminds a user of something after a duration of minutes. | -| `channel.lua` | /ch \n | Sends a markdown-enabled message to a channel. | -| `isup.lua` | /isup | Returns the status of a website. | -| `starwars-crawl.lua` | /sw | Returns the opening crawl from the specified Star Wars film. | /sw | +| `remind.lua` | /remind ‹duration› ‹message› | Reminds a user of something after a duration of minutes. | +| `channel.lua` | /ch ‹channel› \n ‹message› | Sends a markdown-enabled message to a channel. | +| `isup.lua` | /isup ‹url› | Returns the status of a website. | +| `starwars-crawl.lua` | /sw ‹title ¦ number› | Returns the opening crawl from the specified Star Wars film. | /sw | | `chuckfact.lua` | /chuck | Returns a fact about Chuck Norris. | /cn | | `catfact.lua` | /catfact | Returns a fact about cats. |