diff options
| author | 2004-04-06 20:16:43 +0000 | |
|---|---|---|
| committer | 2004-04-06 20:16:43 +0000 | |
| commit | 59a2c6c2d96a4557cd885fefcbce97f490962692 (patch) | |
| tree | dc8a13a088a77b7ae469cedbc91ade5584581bc0 /include | |
| parent | typo fixes (diff) | |
Updated docs
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@411 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
| -rw-r--r-- | include/modules.h | 2 |
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 |
