diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-03-30 14:39:14 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-03-30 14:39:14 +0000 |
commit | dcc778ed46ba8c1bdeffd37bd6cd287efbba2868 (patch) | |
tree | 08e34e3cac0195fe3fc783f64fdfb9b912f628dc /src | |
parent | 3e2ef1c9ff8affb78284d56970e2461abef5c3d3 (diff) |
Fixy
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9225 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src')
-rw-r--r-- | src/modules.cpp | 2 |
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&) { } |