1
0
mirror of https://github.com/anope/anope.git synced 2026-07-01 03:06:37 +02:00

Fixed storing mode locks

This commit is contained in:
Adam
2011-11-17 12:46:18 -05:00
parent 5281282a61
commit 69dfc729e9
31 changed files with 196 additions and 124 deletions
+2 -1
View File
@@ -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()