summaryrefslogtreecommitdiff
path: root/include/modules.h
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2004-04-06 20:16:43 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2004-04-06 20:16:43 +0000
commit59a2c6c2d96a4557cd885fefcbce97f490962692 (patch)
treedc8a13a088a77b7ae469cedbc91ade5584581bc0 /include/modules.h
parent0342f38a0e18773610793abaa5f58b7c400071cd (diff)
Updated docs
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@411 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/modules.h')
-rw-r--r--include/modules.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/modules.h b/include/modules.h
index 75581b98f..4e3f5368b 100644
--- a/include/modules.h
+++ b/include/modules.h
@@ -207,7 +207,7 @@ class Module : public classbase
* The source parameter contains the details of the user who issued the WHOIS command, and
* the dest parameter contains the information of the user they are whoising.
*/
- virtual void Module::OnWhois(userrec* source, userrec* dest);
+ virtual void OnWhois(userrec* source, userrec* dest);
/** Called whenever a user is about to PRIVMSG A user or a channel, before any processing is done.
* Returning any nonzero value from this function stops the process immediately, causing no