diff options
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 |