From b14fc7973dd44c572cb34b06c022b37dd9cc76f8 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Fri, 17 Jun 2016 01:13:08 +0100 Subject: [PATCH] Complex chat commands: add table of contents --- chapters/chat_complex.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/chapters/chat_complex.md b/chapters/chat_complex.md index 5f5405f..deff2ac 100644 --- a/chapters/chat_complex.md +++ b/chapters/chat_complex.md @@ -9,6 +9,12 @@ root: ../ This chapter will show you how to make complex chat commands, such as `/msg `, `/team join ` or `/team leave `. +* Why ChatCmdBuilder? +* Routes. +* Subcommand functions. +* Installing ChatCmdBuilder. +* Admin complex command. + ## Why ChatCmdBuilder? Traditionally mods implemented these complex commands using Lua patterns.