From 4e1ae0981e1d6b306d316b2f66a2fc72a36e0e87 Mon Sep 17 00:00:00 2001 From: w00t Date: Fri, 23 Jan 2009 12:58:28 +0000 Subject: Remove an unused event. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10989 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/modules.cpp') diff --git a/src/modules.cpp b/src/modules.cpp index 42cfce33a..b9f5de63c 100644 --- a/src/modules.cpp +++ b/src/modules.cpp @@ -114,7 +114,6 @@ void Module::OnUserJoin(User*, Channel*, bool, bool&) { } void Module::OnPostJoin(User*, Channel*) { } void Module::OnUserPart(User*, Channel*, std::string&, bool&) { } void Module::OnRehash(User*, const std::string&) { } -void Module::OnServerRaw(std::string&, bool, User*) { } int Module::OnUserPreJoin(User*, Channel*, const char*, std::string&, const std::string&) { return 0; } void Module::OnMode(User*, void*, int, const std::string&) { } Version Module::GetVersion() { return Version("Misconfigured", VF_VENDOR, -1); } -- cgit v1.3.1-10-gc9f91