summaryrefslogtreecommitdiff
path: root/modules/commands/hs_request.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2011-11-17 12:46:18 -0500
committerAdam <Adam@anope.org>2011-11-17 12:46:18 -0500
commit69dfc729e99f45f16cab37f81b9f09a659d99a24 (patch)
tree063d1bba66dcfaece259a91e370919fc1ae77d5c /modules/commands/hs_request.cpp
parent5281282a61601e9a6b77d129ed97e0509a0474cb (diff)
Fixed storing mode locks
Diffstat (limited to 'modules/commands/hs_request.cpp')
-rw-r--r--modules/commands/hs_request.cpp3
1 files changed, 2 insertions, 1 deletions
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()