From 1424c78e7e1449854f8330b45705c114619fb855 Mon Sep 17 00:00:00 2001 From: brain Date: Wed, 30 Nov 2005 22:13:47 +0000 Subject: Removed old OnUserSync and OnChannelSync git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2071 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/modules.cpp') diff --git a/src/modules.cpp b/src/modules.cpp index 8a5fa052a..2dda2daf5 100644 --- a/src/modules.cpp +++ b/src/modules.cpp @@ -327,8 +327,6 @@ int Module::OnUserPreNotice(userrec* user,void* dest,int target_type, std::stri int Module::OnUserPreNick(userrec* user, std::string newnick) { return 0; }; void Module::OnUserPostNick(userrec* user, std::string oldnick) { }; int Module::OnAccessCheck(userrec* source,userrec* dest,chanrec* channel,int access_type) { return ACR_DEFAULT; }; -string_list Module::OnUserSync(userrec* user) { string_list empty; return empty; } -string_list Module::OnChannelSync(chanrec* chan) { string_list empty; return empty; } void Module::On005Numeric(std::string &output) { }; int Module::OnKill(userrec* source, userrec* dest, std::string reason) { return 0; }; void Module::OnLoadModule(Module* mod,std::string name) { }; -- cgit v1.3.1-10-gc9f91