From 71e6de4b88c3d51bfa59fed44049a4d1ea6d26a1 Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 29 Apr 2004 15:23:02 +0000 Subject: Documentation update for class 'Extensible' git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@749 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/classModule.html | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'docs/module-doc/classModule.html') diff --git a/docs/module-doc/classModule.html b/docs/module-doc/classModule.html index 4f581e825..75d04ffdb 100644 --- a/docs/module-doc/classModule.html +++ b/docs/module-doc/classModule.html @@ -42,7 +42,7 @@ Inheritance diagram for Module:



virtual void OnRehash ()  Called on rehash.

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

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

@@ -439,7 +439,13 @@ Definition at line 119 bool  -   inbound +   inbound, + + + + + userrec *  +   user @@ -461,7 +467,7 @@ Definition at line 119

Called when a raw command is transmitted or received.

-This method is the lowest level of handler available to a module. It will be called with raw data which is passing through a connected socket. If you wish, you may munge this data by changing the string parameter "raw". If you do this, after your function exits it will immediately be cut down to 510 characters plus a carriage return and linefeed. +This method is the lowest level of handler available to a module. It will be called with raw data which is passing through a connected socket. If you wish, you may munge this data by changing the string parameter "raw". If you do this, after your function exits it will immediately be cut down to 510 characters plus a carriage return and linefeed. For INBOUND messages only (where inbound is set to true) the value of user will be the userrec of the connection sending the data. This is not possible for outbound data because the data may be being routed to multiple targets.

Definition at line 120 of file modules.cpp.

@@ -890,7 +896,7 @@ Definition at line 126


The documentation for this class was generated from the following files: -
Generated on Sun Apr 25 00:24:26 2004 for InspIRCd by +
Generated on Thu Apr 29 16:22:08 2004 for InspIRCd by doxygen1.3-rc3
-- cgit v1.2.3