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/modules_8h-source.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/module-doc/modules_8h-source.html') diff --git a/docs/module-doc/modules_8h-source.html b/docs/module-doc/modules_8h-source.html index 98bcd81b1..a5761ed50 100644 --- a/docs/module-doc/modules_8h-source.html +++ b/docs/module-doc/modules_8h-source.html @@ -193,7 +193,7 @@ 00420 00428 virtual void OnUserRegister(userrec* user); 00429 -00435 virtual int OnRawMode(userrec* user, char mode, std::string param, bool adding, int pcnt); +00435 virtual int OnRawMode(userrec* user, chanrec* chan, char mode, std::string param, bool adding, int pcnt); 00436 00442 virtual int OnCheckInvite(userrec* user, chanrec* chan); 00443 @@ -360,7 +360,7 @@ 01048 typedef DLLFactory<ModuleFactory> ircd_module; 01049 01050 #endif -
Generated on Fri Apr 15 19:30:12 2005 for InspIRCd by +
Generated on Sat Apr 16 14:49:48 2005 for InspIRCd by doxygen 1.3.3
-- cgit v1.2.3