From e9c208d82b288226437fdef3c9ca4c5438d43abc Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 30 Jan 2006 00:10:46 +0000 Subject: Remainder of TYPE_OTHER metadata git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2983 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/modules.cpp') diff --git a/src/modules.cpp b/src/modules.cpp index f6152ccf6..c7b7fadc1 100644 --- a/src/modules.cpp +++ b/src/modules.cpp @@ -282,6 +282,7 @@ void Module::OnSyncChannel(chanrec* chan, Module* proto, void* opaque) { }; void Module::ProtoSendMode(void* opaque, int target_type, void* target, std::string modeline) { }; void Module::OnSyncChannelMetaData(chanrec* chan, Module* proto,void* opaque, std::string extname) { }; void Module::OnSyncUserMetaData(userrec* user, Module* proto,void* opaque, std::string extname) { }; +void Module::OnSyncOtherMetaData(Module* proto, void* opaque) { }; void Module::OnDecodeMetaData(int target_type, void* target, std::string extname, std::string extdata) { }; void Module::ProtoSendMetaData(void* opaque, int target_type, void* target, std::string extname, std::string extdata) { }; void Module::OnWallops(userrec* user, std::string text) { }; -- cgit v1.3.1-10-gc9f91