From 767b12b0ab6a0d4ed5f7335b26d1c0f842d99543 Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 26 Jan 2003 23:52:48 +0000 Subject: Modified documentation for base classes git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@150 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/annotated.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'docs/module-doc/annotated.html') diff --git a/docs/module-doc/annotated.html b/docs/module-doc/annotated.html index d4f18b45f..2d8e7baf1 100644 --- a/docs/module-doc/annotated.html +++ b/docs/module-doc/annotated.html @@ -10,8 +10,11 @@ AdminHolds /ADMIN data This class contains the admin details of the local server BanItemA subclass of HostItem designed to hold channel bans (+b) chanrecHolds all relevent information for a channel + classbase + command_t ConfigReaderAllows reading of values from configuration files This class allows a module to read from either the main configuration file (inspircd.conf) or from a module-specified configuration file ConnectClassHolds information relevent to <connect allow> and <connect deny> tags in the config file + connection ExemptItemA subclass of HostItem designed to hold channel exempts (+e) FileReaderCaches a text file into memory and can be used to retrieve lines from it HostItemHolds an entry for a ban list, exemption list, or invite list @@ -20,11 +23,12 @@ ModuleBase class for all InspIRCd modules This class is the base class for InspIRCd modules ModuleFactoryInstantiates classes inherited from Module This class creates a class inherited from type Module, using new ServerAllows server output and query functions This class contains methods which allow a module to query the state of the irc server, and produce output to users and other servers + serverrec ucrecHolds a user's modes on a channel This class associates a users privilages with a channel by creating a pointer link between a userrec and chanrec class userrecHolds all information about a user This class stores all information about a user connected to the irc server VersionHolds a module's Version information The four members (set by the constructor only) indicate details as to the version number of a module -
Generated on Thu Jan 23 20:28:58 2003 for InspIRCd by +
Generated on Sun Jan 26 23:45:48 2003 for InspIRCd by doxygen1.3-rc2
-- cgit v1.2.3