summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2008-03-30 14:39:14 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2008-03-30 14:39:14 +0000
commitdcc778ed46ba8c1bdeffd37bd6cd287efbba2868 (patch)
tree08e34e3cac0195fe3fc783f64fdfb9b912f628dc
parent3e2ef1c9ff8affb78284d56970e2461abef5c3d3 (diff)
Fixy
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9225 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r--src/modules.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules.cpp b/src/modules.cpp
index 1e744e26a..81f576c32 100644
--- a/src/modules.cpp
+++ b/src/modules.cpp
@@ -184,7 +184,7 @@ void Module::OnExpireLine(XLine*) { }
void Module::OnCleanup(int, void*) { }
int Module::OnChannelPreDelete(Channel*) { return 0; }
void Module::OnChannelDelete(Channel*) { }
-int Module::OnSetAway(User*, const std::string &) { }
+int Module::OnSetAway(User*, const std::string &) { return 0; }
int Module::OnUserList(User*, Channel*, CUList*&) { return 0; }
int Module::OnWhoisLine(User*, User*, int&, std::string&) { return 0; }
void Module::OnBuildExemptList(MessageType, Channel*, User*, char, CUList&, const std::string&) { }