summaryrefslogtreecommitdiff
path: root/src/modules.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules.cpp')
-rw-r--r--src/modules.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules.cpp b/src/modules.cpp
index 944d27741..9deaa7954 100644
--- a/src/modules.cpp
+++ b/src/modules.cpp
@@ -157,7 +157,7 @@ void Module::OnRawSocketConnect(int fd) { }
int Module::OnRawSocketRead(int fd, char* buffer, unsigned int count, int &readresult) { return 0; }
void Module::OnUserMessage(userrec* user, void* dest, int target_type, const std::string &text, char status, const CUList &exempt_list) { }
void Module::OnUserNotice(userrec* user, void* dest, int target_type, const std::string &text, char status, const CUList &exempt_list) { }
-void Module::OnRemoteKill(userrec* source, userrec* dest, const std::string &reason) { }
+void Module::OnRemoteKill(userrec* source, userrec* dest, const std::string &reason, const std::string &operreason) { }
void Module::OnUserInvite(userrec* source,userrec* dest,chanrec* channel) { }
void Module::OnPostLocalTopicChange(userrec* user, chanrec* chan, const std::string &topic) { }
void Module::OnGetServerDescription(const std::string &servername,std::string &description) { }