From 654ff4ae2f06704de2beb1050021c8196f693cb5 Mon Sep 17 00:00:00 2001 From: brain Date: Wed, 13 Apr 2005 13:42:08 +0000 Subject: Updated to support OnSendList git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1073 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/classModule.html | 56 +++++++++++++++++++++++++++++++++++++++- 1 file changed, 55 insertions(+), 1 deletion(-) (limited to 'docs/module-doc/classModule.html') diff --git a/docs/module-doc/classModule.html b/docs/module-doc/classModule.html index a0e01fb1e..c861d87d2 100644 --- a/docs/module-doc/classModule.html +++ b/docs/module-doc/classModule.html @@ -99,6 +99,9 @@ Inherits classbase. virtual void OnBackgroundTimer (time_t curtime)  Called once every five seconds for background processing.

+virtual void OnSendList (userrec *user, chanrec *channel, char mode) + + Called whenever a list is needed for a listmode.



Detailed Description

Base class for all InspIRCd modules This class is the base class for InspIRCd modules. @@ -760,6 +763,57 @@ Definition at line 314 +

+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
void Module::OnSendList userrec user,
chanrec channel,
char  mode
[virtual]
+
+ + + + + +
+   + + +

+Called whenever a list is needed for a listmode. +

+For example, when a /MODE #channel +b (without any other parameters) is called, if a module was handling +b this function would be called. The function can then output any lists it wishes to. Please note that all modules will see all mode characters to provide the ability to extend each other, so please only output a list if the mode character given matches the one(s) you want to handle. +

+Definition at line 334 of file modules.cpp. +

+

00334 { };
+

@@ -1366,7 +1420,7 @@ Definition at line 321


The documentation for this class was generated from the following files: -
Generated on Wed Apr 13 12:32:26 2005 for InspIRCd by +
Generated on Wed Apr 13 13:07:06 2005 for InspIRCd by doxygen 1.3.3
-- cgit v1.2.3