diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/modules.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules.cpp b/src/modules.cpp index eb353334e..551a6ca98 100644 --- a/src/modules.cpp +++ b/src/modules.cpp @@ -363,6 +363,7 @@ int Module::OnRawSocketRead(int fd, char* buffer, unsigned int count, int &read void Module::OnUserMessage(userrec* user, void* dest, int target_type, std::string text) { }; void Module::OnUserNotice(userrec* user, void* dest, int target_type, std::string text) { }; void Module::OnRemoteKill(userrec* source, userrec* dest, std::string reason) { }; +void Module::OnUserInvite(userrec* source,userrec* dest,chanrec* channel) { }; // server is a wrapper class that provides methods to all of the C-style // exports in the core |