Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Added warning to OnServerOutput docu
  • Loading branch information
Ayuto committed Jun 17, 2017
commit 71b6527497cd147e216a7e7ba410a30f76594588
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,12 @@ OnServerOutput
Called when something is printed to the console. You can decide whether the
message is logged/printed or not.

.. warning::

Be careful when printing something within this listener. It can easily
result into a recursion, which results into a crash of the server.


.. code-block:: python

from listeners import OnServerOutput
Expand Down