mirror of
https://github.com/anope/anope.git
synced 2026-07-06 12:53:14 +02:00
Fixed storing mode locks
This commit is contained in:
@@ -33,10 +33,15 @@ struct SeenInfo : Serializable
|
||||
Anope::string message; // for part/kick/quit
|
||||
time_t last; // the time when the user was last seen
|
||||
|
||||
SeenInfo() : Serializable("SeenInfo")
|
||||
SeenInfo()
|
||||
{
|
||||
}
|
||||
|
||||
Anope::string serialize_name() const
|
||||
{
|
||||
return "SeenInfo";
|
||||
}
|
||||
|
||||
serialized_data serialize()
|
||||
{
|
||||
serialized_data data;
|
||||
|
||||
Reference in New Issue
Block a user