From 69dfc729e99f45f16cab37f81b9f09a659d99a24 Mon Sep 17 00:00:00 2001 From: Adam Date: Thu, 17 Nov 2011 12:46:18 -0500 Subject: Fixed storing mode locks --- modules/commands/hs_request.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/commands/hs_request.cpp') diff --git a/modules/commands/hs_request.cpp b/modules/commands/hs_request.cpp index f7a904979..0e9934a33 100644 --- a/modules/commands/hs_request.cpp +++ b/modules/commands/hs_request.cpp @@ -30,8 +30,9 @@ struct HostRequest : ExtensibleItem, Serializable Anope::string host; time_t time; - HostRequest() : Serializable("HostRequest") + Anope::string serialize_name() const { + return "HostRequest"; } serialized_data serialize() -- cgit