mirror of
https://github.com/anope/anope.git
synced 2026-07-06 09:53:13 +02:00
Allow modules to store data in their own databases.
This commit is contained in:
@@ -18,15 +18,10 @@ struct ChanSuspend : ExtensibleItem, Serializable
|
||||
Anope::string chan;
|
||||
time_t when;
|
||||
|
||||
ChanSuspend()
|
||||
ChanSuspend() : Serializable("ChanSuspend")
|
||||
{
|
||||
}
|
||||
|
||||
const Anope::string serialize_name() const
|
||||
{
|
||||
return "ChanSuspend";
|
||||
}
|
||||
|
||||
Serialize::Data serialize() const anope_override
|
||||
{
|
||||
Serialize::Data sd;
|
||||
|
||||
Reference in New Issue
Block a user