From ce4dc653ce9acbb9b278b355e3b2f88998b26ac9 Mon Sep 17 00:00:00 2001 From: w00t Date: Fri, 4 Apr 2008 15:06:24 +0000 Subject: Remove two useless methods, chanlog is b0rked at the moment. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9313 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 4cbe8d7f6..28eeec7c2 100644 --- a/src/modules.cpp +++ b/src/modules.cpp @@ -106,8 +106,6 @@ std::string Event::GetEventID() Module::Module(InspIRCd* Me) : ServerInstance(Me) { } Module::~Module() { } -void Module::OnReadConfig(ServerConfig*, ConfigReader*) { } -int Module::OnDownloadFile(const std::string&, std::istream*&) { return 0; } void Module::OnUserConnect(User*) { } void Module::OnUserQuit(User*, const std::string&, const std::string&) { } void Module::OnUserDisconnect(User*) { } -- cgit v1.3.1-10-gc9f91