Skip to content

Commit

Permalink
remove or
Browse files Browse the repository at this point in the history
  • Loading branch information
archangelic committed Apr 1, 2019
1 parent 6449f17 commit da0dc35
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`)
Expand Down
2 changes: 0 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit da0dc35

Please sign in to comment.