From 6904595052c291ddee8106cb0e28f58d18fd51b3 Mon Sep 17 00:00:00 2001 From: Mallory Hancock Date: Mon, 2 Oct 2017 11:30:14 -0700 Subject: [PATCH] clarify plugins --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 488a13e..d041e87 100644 --- a/README.md +++ b/README.md @@ -51,7 +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 -The plugin function **must** return one of the following: +The plugin function **must** return one of the following in order to give a response to the command: * `pinhook.plugin.message`: basic message in channel where command was triggered * `pinhook.plugin.action`: CTCP action in the channel where command was triggered (basically like using `/me does a thing`)