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_8cpp-source.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/module-doc/modules_8cpp-source.html') diff --git a/docs/module-doc/modules_8cpp-source.html b/docs/module-doc/modules_8cpp-source.html index 4260924fe..5d45f4d06 100644 --- a/docs/module-doc/modules_8cpp-source.html +++ b/docs/module-doc/modules_8cpp-source.html @@ -344,7 +344,7 @@ 00337 void Module::OnUserRegister(userrec* user) { }; 00338 int Module::OnUserPreKick(userrec* source, userrec* user, chanrec* chan, std::string reason) { return 0; }; 00339 void Module::OnUserKick(userrec* source, userrec* user, chanrec* chan, std::string reason) { }; -00340 int Module::OnRawMode(userrec* user, char mode, std::string param, bool adding, int pcnt) { return 0; }; +00340 int Module::OnRawMode(userrec* user, chanrec* chan, char mode, std::string param, bool adding, int pcnt) { return 0; }; 00341 int Module::OnCheckInvite(userrec* user, chanrec* chan) { return 0; }; 00342 int Module::OnCheckKey(userrec* user, chanrec* chan, std::string keygiven) { return 0; }; 00343 int Module::OnCheckLimit(userrec* user, chanrec* chan) { return 0; }; @@ -921,7 +921,7 @@ 00914 int MODCOUNT = -1; 00915 00916 -
Generated on Fri Apr 15 19:30:11 2005 for InspIRCd by +
Generated on Sat Apr 16 14:49:48 2005 for InspIRCd by doxygen 1.3.3
-- cgit v1.2.3