summaryrefslogtreecommitdiff
path: root/src/modules.cpp
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-11-30 09:59:44 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-11-30 09:59:44 +0000
commitbc0b595b6b9bc6d9fade71117607314cbf54c8c8 (patch)
tree002d0f486d5d8a97cc04b99f0586c6ccceb0a152 /src/modules.cpp
parentce0213e10f1c5125a5d1af906136110cdf08c056 (diff)
Added remote kill
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2035 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules.cpp')
-rw-r--r--src/modules.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules.cpp b/src/modules.cpp
index bb6e92272..eb353334e 100644
--- a/src/modules.cpp
+++ b/src/modules.cpp
@@ -362,6 +362,7 @@ void Module::OnRawSocketClose(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, 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) { };
// server is a wrapper class that provides methods to all of the C-style
// exports in the core