about summary refs log tree commit diff stats
path: root/apidocs/python/src
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-07-30 23:00:45 +0100
committerJames Booth <boothj5@gmail.com>2016-07-30 23:00:45 +0100
commit43b1d7f7cd4e753effe3c15f0724798077638ff3 (patch)
treef4926506e1abe5ac50463712f84be1661157c3ec /apidocs/python/src
parent9603e04e346d2981a9c1e7ca9a17cf0cdb230954 (diff)
downloadprofani-tty-43b1d7f7cd4e753effe3c15f0724798077638ff3.tar.gz
Update plugins API docs
Diffstat (limited to 'apidocs/python/src')
-rw-r--r--apidocs/python/src/plugin.py1
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