From 276bbd193ed9dc53f44a4f564401d577d8e31424 Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 10 May 2007 20:53:31 +0000 Subject: Add m_taxonomy and api minor tweak to make it work, enable some modules for it. I have higher aims for this module, namely a neat fix for feature request in bug #285 git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6967 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/modules.cpp') diff --git a/src/modules.cpp b/src/modules.cpp index f4b2b294f..0acc3683c 100644 --- a/src/modules.cpp +++ b/src/modules.cpp @@ -164,9 +164,9 @@ void Module::OnGetServerDescription(const std::string &servername,std::string & void Module::OnSyncUser(userrec* user, Module* proto, void* opaque) { }; void Module::OnSyncChannel(chanrec* chan, Module* proto, void* opaque) { }; void Module::ProtoSendMode(void* opaque, int target_type, void* target, const std::string &modeline) { }; -void Module::OnSyncChannelMetaData(chanrec* chan, Module* proto,void* opaque, const std::string &extname) { }; -void Module::OnSyncUserMetaData(userrec* user, Module* proto,void* opaque, const std::string &extname) { }; -void Module::OnSyncOtherMetaData(Module* proto, void* opaque) { }; +void Module::OnSyncChannelMetaData(chanrec* chan, Module* proto,void* opaque, const std::string &extname, bool displayable) { }; +void Module::OnSyncUserMetaData(userrec* user, Module* proto,void* opaque, const std::string &extname, bool displayable) { }; +void Module::OnSyncOtherMetaData(Module* proto, void* opaque, bool displayable) { }; void Module::OnDecodeMetaData(int target_type, void* target, const std::string &extname, const std::string &extdata) { }; void Module::ProtoSendMetaData(void* opaque, int target_type, void* target, const std::string &extname, const std::string &extdata) { }; void Module::OnWallops(userrec* user, const std::string &text) { }; -- cgit v1.2.3