From c1fa1f8e37a76d51dca701dbabf8ffaa56679fae Mon Sep 17 00:00:00 2001 From: Mallory Hancock Date: Mon, 2 Oct 2017 11:19:54 -0700 Subject: [PATCH] add examples section --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3563d80..aeb78d1 100644 --- a/README.md +++ b/README.md @@ -51,3 +51,7 @@ Keyword arguments currently passed to the plugin: * `nick`: the user who triggered the command * `arg`: all the trailing text after the command. This is what you will use to get optional information for the command +## Examples +There are some basic examples in the `examples` directory in this repository. + +For a live and maintained bot running the current version of pinhook see [pinhook-tilde](https://github.com/archangelic/pinhook-tilde).