From a434baed9154d90ad0dfd31c71a463fb8300bfd8 Mon Sep 17 00:00:00 2001 From: Adam Date: Mon, 1 Oct 2012 18:50:29 -0400 Subject: Allow modules to store data in their own databases. --- modules/commands/hs_request.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'modules/commands/hs_request.cpp') diff --git a/modules/commands/hs_request.cpp b/modules/commands/hs_request.cpp index 94b181f51..8a9de386b 100644 --- a/modules/commands/hs_request.cpp +++ b/modules/commands/hs_request.cpp @@ -30,10 +30,7 @@ struct HostRequest : ExtensibleItem, Serializable Anope::string host; time_t time; - const Anope::string serialize_name() const anope_override - { - return "HostRequest"; - } + HostRequest() : Serializable("HostRequest") { } Serialize::Data serialize() const anope_override { -- cgit