Updated Code Samples for compatibility with 0.9; fixed events; fixed rST

This commit is contained in:
Christopher F
2016-03-12 14:42:11 -05:00
parent 5a38129c18
commit 9b2be11638
14 changed files with 57 additions and 46 deletions

View File

@@ -6,7 +6,7 @@ Banning
To ban a user, invoke the Ban function on a Server object.
.. code-block:: c#
.. code-block:: csharp6
_server.Ban(_user, 30);
@@ -17,6 +17,6 @@ Kicking
To kick a user, invoke the Kick function on the User.
.. code-block:: c#
.. code-block:: csharp6
_user.Kick();