From a753fb1bc711e10794e939e424f3cdd703116d82 Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 2 Apr 2004 12:38:41 +0000 Subject: Added support for modules to create commands - this needs a proof-of-concept module yet, do not use unless you like to live dangerously. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@351 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/channels_8h.html | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) (limited to 'docs/module-doc/channels_8h.html') diff --git a/docs/module-doc/channels_8h.html b/docs/module-doc/channels_8h.html index a405b8b44..a3666bb59 100644 --- a/docs/module-doc/channels_8h.html +++ b/docs/module-doc/channels_8h.html @@ -20,8 +20,9 @@ Include dependency graph for channels.h:

Included by dependency graph
- - + + +

@@ -47,11 +48,11 @@ This graph shows which files directly or indirectly include this file:

#define UCMODE_PROTECT   8 #define UCMODE_FOUNDER   16

Typedefs

-typedef vector< BanItemBanList +typedef std::vector< BanItemBanList  Holds a complete ban list.

-typedef vector< ExemptItemExemptList +typedef std::vector< ExemptItemExemptList  Holds a complete exempt list.

-typedef vector< InviteItemInviteList +typedef std::vector< InviteItemInviteList  Holds a complete invite list.


Define Documentation

@@ -76,7 +77,7 @@ This graph shows which files directly or indirectly include this file:

-Definition at line 159 of file channels.h. +Definition at line 158 of file channels.h.

@@ -100,7 +101,7 @@ Definition at line 159 o

-Definition at line 157 of file channels.h. +Definition at line 156 of file channels.h.

@@ -124,7 +125,7 @@ Definition at line 157 o

-Definition at line 155 of file channels.h. +Definition at line 154 of file channels.h.

@@ -148,7 +149,7 @@ Definition at line 155 o

-Definition at line 158 of file channels.h. +Definition at line 157 of file channels.h.

@@ -172,7 +173,7 @@ Definition at line 158 o

-Definition at line 156 of file channels.h. +Definition at line 155 of file channels.h.


Typedef Documentation

@@ -182,7 +183,7 @@ Definition at line 156 o -
typedef vector<BanItem> BanList + typedef std::vector<BanItem> BanList
@@ -208,7 +209,7 @@ Definition at line 56 of -
typedef vector<ExemptItem> ExemptList + typedef std::vector<ExemptItem> ExemptList
@@ -234,7 +235,7 @@ Definition at line 60 of -
typedef vector<InviteItem> InviteList + typedef std::vector<InviteItem> InviteList
@@ -254,7 +255,7 @@ Holds a complete invite list. Definition at line 64 of file channels.h. -
Generated on Sun Mar 30 19:35:02 2003 for InspIRCd by +
Generated on Fri Apr 2 13:37:29 2004 for InspIRCd by doxygen1.3-rc3
-- cgit v1.2.3