mirror of
https://github.com/anope/anope.git
synced 2026-07-03 11:33:12 +02:00
Allow modules to store data in their own databases.
This commit is contained in:
@@ -33,15 +33,10 @@ struct SeenInfo : Serializable
|
||||
Anope::string message; // for part/kick/quit
|
||||
time_t last; // the time when the user was last seen
|
||||
|
||||
SeenInfo()
|
||||
SeenInfo() : Serializable("SeenInfo")
|
||||
{
|
||||
}
|
||||
|
||||
const Anope::string serialize_name() const anope_override
|
||||
{
|
||||
return "SeenInfo";
|
||||
}
|
||||
|
||||
Serialize::Data serialize() const anope_override
|
||||
{
|
||||
Serialize::Data data;
|
||||
|
||||
Reference in New Issue
Block a user