diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/api.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/api.rst b/docs/api.rst index d796c3b1..a276233d 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -160,6 +160,13 @@ to handle it, which defaults to log a traceback and ignore the exception. :param server: The :class:`Server` that got created or deleted. +.. function:: on_server_role_create(server, role) + + Called when a :class:`Server` creates a new :class:`Role`. + + :param server: The :class:`Server` that was created. + :param role: The :class:`Role` that was created. + Utility Functions ----------------- |