From 0f2cf28d39404881b9719330ca86757c51b87bad Mon Sep 17 00:00:00 2001 From: brain Date: Sat, 1 May 2004 19:58:59 +0000 Subject: Added documentation of new ConfigReader methods suggested by Azhrarn for sanity git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@772 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/classModule.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'docs/module-doc/classModule.html') diff --git a/docs/module-doc/classModule.html b/docs/module-doc/classModule.html index 078603f8a..881eca446 100644 --- a/docs/module-doc/classModule.html +++ b/docs/module-doc/classModule.html @@ -44,7 +44,7 @@ Inheritance diagram for Module:



virtual void OnServerRaw (std::string &raw, bool inbound, userrec *user)  Called when a raw command is transmitted or received.

-virtual int OnExtendedMode (userrec *user, void *target, char modechar, int type, bool mode_on, string_list &params) +virtual int OnExtendedMode (userrec *user, void *target, char modechar, int type, bool mode_on, string_list &params)  Called whenever an extended mode is to be processed.

virtual int OnUserPreJoin (userrec *user, chanrec *chan, const char *cname)  Called whenever a user is about to join a channel, before any processing is done.

@@ -62,9 +62,9 @@ Inheritance diagram for Module:



virtual int OnAccessCheck (userrec *source, userrec *dest, chanrec *channel, int access_type)  Called before an action which requires a channel privilage check.

-virtual string_list OnUserSync (userrec *user) +virtual string_list OnUserSync (userrec *user)  Called during a netburst to sync user data.

-virtual string_list OnChannelSync (chanrec *chan) +virtual string_list OnChannelSync (chanrec *chan)  Called during a netburst to sync channel data.


Detailed Description

@@ -258,7 +258,7 @@ References ACR_DEFAULT. - + @@ -286,7 +286,7 @@ Definition at line 306

References string_list.

-

00306 { string_list empty; return empty; }
+
00306 { string_list empty; return empty; }
 
string_list Module::OnChannelSync string_list Module::OnChannelSync chanrec   chan
@@ -328,7 +328,7 @@ References string_list. - string_list &  + string_list &    params @@ -970,7 +970,7 @@ Definition at line 288 - + @@ -998,7 +998,7 @@ Definition at line 305

References string_list.

-

00305 { string_list empty; return empty; }
+
00305 { string_list empty; return empty; }
 
string_list Module::OnUserSync string_list Module::OnUserSync userrec   user
@@ -1049,7 +1049,7 @@ Definition at line 300
The documentation for this class was generated from the following files: -
Generated on Sat May 1 17:50:31 2004 for InspIRCd by +
Generated on Sat May 1 20:58:11 2004 for InspIRCd by doxygen1.3-rc3
-- cgit v1.3.1-10-gc9f91