diff --git a/README.md b/README.md index 6dabd6d..4de04e3 100644 --- a/README.md +++ b/README.md @@ -101,8 +101,6 @@ def test_plugin(msg): return pinhook.plugin.message('This was run by an op!') ``` -**OR** - The plugin function can 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`) diff --git a/README.rst b/README.rst index aeea41b..98f58a6 100644 --- a/README.rst +++ b/README.rst @@ -143,8 +143,6 @@ The function will need to be structured as such: def test_plugin(msg): return pinhook.plugin.message('This was run by an op!') -**OR** - The plugin function can return one of the following in order to give a response to the command: