diff options
| author | 2008-10-02 22:27:03 +0000 | |
|---|---|---|
| committer | 2008-10-02 22:27:03 +0000 | |
| commit | a95616f608aefc38250a620087639dcc6407567f (patch) | |
| tree | f4356ceb06e6a02fea26456c6a63261efc86fb19 /src/modules.cpp | |
| parent | Some suggestions from jilles about handling unknown prefix errors, and some i... (diff) | |
Fix for bug #601
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10614 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules.cpp')
| -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 9e0e1fae5..6d04a8b17 100644 --- a/src/modules.cpp +++ b/src/modules.cpp @@ -196,6 +196,7 @@ void Module::OnRunTestSuite() { } void Module::OnNamesListItem(User*, User*, Channel*, std::string&, std::string&) { } int Module::OnNumeric(User*, unsigned int, const std::string&) { return 0; } void Module::OnHookUserIO(User*, const std::string&) { } +bool Module::OnHostCycle(User* user) { return false; } ModuleManager::ModuleManager(InspIRCd* Ins) : ModCount(0), Instance(Ins) { |
