From 44c7c877a6c0053682f7c8f66ea1dbcc0e5f3354 Mon Sep 17 00:00:00 2001 From: JC Brand Date: Thu, 5 Nov 2015 11:30:31 +0000 Subject: [PATCH] Fix malformed table in docs. --- docs/source/features.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/features.rst b/docs/source/features.rst index 845892083..1b17a7024 100644 --- a/docs/source/features.rst +++ b/docs/source/features.rst @@ -73,7 +73,7 @@ Here are the different commands that may be used in a chat room: +------------+----------------------------------------------------------------------------------------------+---------------------------------------------------------------+ | **clear** | Clear the messages shown in the chat room. | /clear | +------------+----------------------------------------------------------------------------------------------+---------------------------------------------------------------+ -| **deop** | Make a moderator a normal occupant. | /deop $nickname [$reason] | +| **deop** | Make a moderator a normal occupant. | /deop $nickname [$reason] | +------------+----------------------------------------------------------------------------------------------+---------------------------------------------------------------+ | **help** | Show the list of available commands. | /help | +------------+----------------------------------------------------------------------------------------------+---------------------------------------------------------------+ @@ -85,7 +85,7 @@ Here are the different commands that may be used in a chat room: +------------+----------------------------------------------------------------------------------------------+---------------------------------------------------------------+ | **nick** | Change your nickname. | /nick $nickname | +------------+----------------------------------------------------------------------------------------------+---------------------------------------------------------------+ -| **op** | Make a normal occupant a moderator. | /op $nickname [$reason] | +| **op** | Make a normal occupant a moderator. | /op $nickname [$reason] | +------------+----------------------------------------------------------------------------------------------+---------------------------------------------------------------+ | **topic** | Set the topic of the chat room. | /topic ${topic text} | +------------+----------------------------------------------------------------------------------------------+---------------------------------------------------------------+