mirror of
https://github.com/anope/anope.git
synced 2026-06-29 02:46:37 +02:00
Allow modules to store data in their own databases.
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user