From 07c63345e6f04f8175baa88e7755a4b9e0a0d000 Mon Sep 17 00:00:00 2001 From: Zoffix Znet Date: Sat, 28 May 2016 08:46:51 -0400 Subject: Update TOC --- DESIGN/01-main.md | 28 +++++++++++++++++++++++----- 1 file changed, 23 insertions(+), 5 deletions(-) diff --git a/DESIGN/01-main.md b/DESIGN/01-main.md index f6338f4..cf12f8f 100644 --- a/DESIGN/01-main.md +++ b/DESIGN/01-main.md @@ -1,16 +1,33 @@ # TABLE OF CONTENTS -- [TABLE OF CONTENTS](#table-of-contents) - [PURPOSE](#purpose) - [GOALS](#goals) - [Ease of Use](#ease-of-use) - [Client-Generated Events](#client-generated-events) - [Possibility of Non-Blocking Code](#possibility-of-non-blocking-code) - [DESIGN](#design) -- [Core](#core) - - [Client Object](#client-object) - - [Message Delivery](#message-delivery) -- [Message Object Interface](#message-object-interface) +- [Client Object](#client-object) + - [`.irc` (access from inside a plugin)](#irc-access-from-inside-a-plugin) + - [`.new`](#new) + - [`.run`](#run) + - [`.quit`](#quit) + - [`.part`](#part) + - [`.join`](#join) + - [`.send`](#send) - [`.nick`](#nick) + - [`.emit`](#emit) + - [`.emit-custom`](#emit-custom) + - [`.channel`](#channel) + - [`.has`](#has) + - [`.topic`](#topic) + - [`.modes`](#modes) + - [`.bans`](#bans) + - [`.names`](#names) +- [Message Delivery](#message-delivery) +- [Response Constants](#response-constants) + - [`IRC_NEXT`](#irc_next) + - [`IRC_DONE`](#irc_done) +- [Message Object Interface](#message-object-interface) + - [`.nick`](#nick-1) - [`.username`](#username) - [`.host`](#host) - [`.usermask`](#usermask) @@ -39,6 +56,7 @@ - [`irc-kick`](#irc-kick) - [`irc-privmsg`](#irc-privmsg) - [`irc-notice`](#irc-notice) +- [Custom Events](#custom-events) # PURPOSE -- cgit v1.1