fix emphasis

pull/1/head
Mallory Hancock 2017-10-02 11:28:50 -07:00
parent 8630d4d0ff
commit 7e66457968
1 changed files with 1 additions and 1 deletions

View File

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