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

Allow modules to store data in their own databases.

This commit is contained in:
Adam
2012-10-01 18:50:29 -04:00
parent f14a3dfb8a
commit a434baed91
33 changed files with 166 additions and 191 deletions
+1 -4
View File
@@ -15,10 +15,7 @@
struct Stats : Serializable
{
const Anope::string serialize_name() const
{
return "Stats";
}
Stats() : Serializable("Stats") { }
Serialize::Data serialize() const anope_override
{