diff options
author | James Booth <boothj5@gmail.com> | 2016-07-30 23:00:45 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2016-07-30 23:00:45 +0100 |
commit | 43b1d7f7cd4e753effe3c15f0724798077638ff3 (patch) | |
tree | f4926506e1abe5ac50463712f84be1661157c3ec /apidocs/python | |
parent | 9603e04e346d2981a9c1e7ca9a17cf0cdb230954 (diff) | |
download | profani-tty-43b1d7f7cd4e753effe3c15f0724798077638ff3.tar.gz |
Update plugins API docs
Diffstat (limited to 'apidocs/python')
-rw-r--r-- | apidocs/python/src/plugin.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apidocs/python/src/plugin.py b/apidocs/python/src/plugin.py index f975a342..ff70b4a3 100644 --- a/apidocs/python/src/plugin.py +++ b/apidocs/python/src/plugin.py @@ -236,6 +236,7 @@ def prof_post_priv_message_send(room, nick, message): :param nick: nickname of the message recipient :param message: the sent message :type room: str or unicode + :type nick: str or unicode :type message: str or unicode """ pass |