From 3cd71f1ee59649a6202e07bae486e15f3b2267f8 Mon Sep 17 00:00:00 2001 From: brain Date: Sat, 16 Apr 2005 14:50:28 +0000 Subject: Added extra parameter to OnRawMode in docs git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1110 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/classModule.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'docs/module-doc/classModule.html') diff --git a/docs/module-doc/classModule.html b/docs/module-doc/classModule.html index 84c9555c2..3cfb840d7 100644 --- a/docs/module-doc/classModule.html +++ b/docs/module-doc/classModule.html @@ -117,7 +117,7 @@ Inherits classbase. virtual void OnUserRegister (userrec *user)  Called whenever a user is about to register their connection (e.g.

-virtual int OnRawMode (userrec *user, char mode, std::string param, bool adding, int pcnt) +virtual int OnRawMode (userrec *user, chanrec *chan, char mode, std::string param, bool adding, int pcnt)  Called whenever a mode character is processed.


virtual int OnCheckInvite (userrec *user, chanrec *chan) @@ -1201,6 +1201,12 @@ Definition at line 335 userrecuser, + + + + chanrec *  + chan, + @@ -2131,7 +2137,7 @@ Definition at line 321
The documentation for this class was generated from the following files: -
Generated on Fri Apr 15 19:30:23 2005 for InspIRCd by +
Generated on Sat Apr 16 14:49:53 2005 for InspIRCd by doxygen 1.3.3
-- cgit v1.2.3