about summary refs log tree commit diff stats
path: root/apidocs/python/src/plugin.py
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2021-08-26 08:23:48 +0200
committerGitHub <noreply@github.com>2021-08-26 08:23:48 +0200
commite4ada15f21c49ce17b99a81f940b32915d39e5fc (patch)
treed837e621693d62bf000a3e2bd26c85f33ee4c150 /apidocs/python/src/plugin.py
parent1d08d8ccf0aa0740cd7ccd7976a5af0ecf0b5fe8 (diff)
parenta1dc3d12370b90dd32b4ab263b75386d066a0312 (diff)
downloadprofani-tty-e4ada15f21c49ce17b99a81f940b32915d39e5fc.tar.gz
Merge pull request #1593 from a1346054/fixes
Minor cleanup
Diffstat (limited to 'apidocs/python/src/plugin.py')
-rw-r--r--apidocs/python/src/plugin.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/apidocs/python/src/plugin.py b/apidocs/python/src/plugin.py
index 6e200bad..913e1b94 100644
--- a/apidocs/python/src/plugin.py
+++ b/apidocs/python/src/plugin.py
@@ -80,7 +80,7 @@ def prof_pre_chat_message_display(barejid, resource, message):
     :type barejid: str or unicode
     :type resource: str or unicode
     :type message: str or unicode
-    :return: the new message to display, or ``None`` to preserve the original message 
+    :return: the new message to display, or ``None`` to preserve the original message
     :rtype: str or unicode
     """
     pass
@@ -132,7 +132,7 @@ def prof_pre_room_message_display(barejid, nick, message):
     :type barejid: str or unicode
     :type nick: str or unicode
     :type message: str or unicode
-    :return: the new message to display, or ``None`` to preserve the original message 
+    :return: the new message to display, or ``None`` to preserve the original message
     :rtype: str or unicode
     """
     pass
@@ -142,7 +142,7 @@ def prof_post_room_message_display(barejid, nick, message):
     """Called after a chat room message is displayed
 
     :param barejid: Jabber ID of the room
-    :param nick: nickname of the message sender 
+    :param nick: nickname of the message sender
     :param message: the received message
     :type barejid: str or unicode
     :type nick: str or unicode
@@ -199,7 +199,7 @@ def prof_pre_priv_message_display(barejid, nick, message):
     :type barejid: str or unicode
     :type nick: str or unicode
     :type message: str or unicode
-    :return: the new message to display, or ``None`` to preserve the original message 
+    :return: the new message to display, or ``None`` to preserve the original message
     :rtype: str or unicode
     """
     pass
@@ -209,7 +209,7 @@ def prof_post_priv_message_display(barejid, nick, message):
     """Called after a private chat room message is displayed
 
     :param barejid: Jabber ID of the room
-    :param nick: nickname of the message sender 
+    :param nick: nickname of the message sender
     :param message: the received message
     :type barejid: str or unicode
     :type nick: str or unicode