remove or

pull/74/head
Mallory Hancock 2019-04-01 07:15:02 -07:00
parent 6449f17864
commit da0dc3576e
2 changed files with 0 additions and 4 deletions

View File

@ -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`)

View File

@ -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: