From 07c6999de2beb1a7bab172ecd1f3a27ca6ec8ca4 Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 5 Apr 2004 01:04:54 +0000 Subject: Changed documentation to match change in OnExtendedMode with a void* git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@384 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 b9e6886be..ad3bb6282 100644 --- a/docs/module-doc/modules_8cpp-source.html +++ b/docs/module-doc/modules_8cpp-source.html @@ -123,7 +123,7 @@ 00115 void Module::OnRehash() { } 00116 void Module::OnServerRaw(std::string &raw, bool inbound) { } 00117 int Module::OnUserPreJoin(userrec* user, chanrec* chan, char* cname) { return 0; } -00118 bool Module::OnExtendedMode(userrec* user, chanrec* chan, char modechar, int type, bool mode_on, string_list &params) { } +00118 bool Module::OnExtendedMode(userrec* user, void* target, char modechar, int type, bool mode_on, string_list &params) { } 00119 Version Module::GetVersion() { return Version(1,0,0,0); } 00120 00121 // server is a wrapper class that provides methods to all of the C-style @@ -357,7 +357,7 @@ 00349 int MODCOUNT = -1; 00350 00351 -
Generated on Sun Apr 4 23:02:14 2004 for InspIRCd by +
Generated on Mon Apr 5 02:03:51 2004 for InspIRCd by doxygen1.3-rc3
-- cgit v1.2.3