From a434baed9154d90ad0dfd31c71a463fb8300bfd8 Mon Sep 17 00:00:00 2001 From: Adam Date: Mon, 1 Oct 2012 18:50:29 -0400 Subject: Allow modules to store data in their own databases. --- modules/commands/os_oper.cpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'modules/commands/os_oper.cpp') diff --git a/modules/commands/os_oper.cpp b/modules/commands/os_oper.cpp index 528ff7382..e2e7b4ab3 100644 --- a/modules/commands/os_oper.cpp +++ b/modules/commands/os_oper.cpp @@ -15,12 +15,7 @@ struct MyOper : Oper, Serializable { - MyOper(const Anope::string &n, OperType *o) : Oper(n, o) { } - - const Anope::string serialize_name() const anope_override - { - return "Oper"; - } + MyOper(const Anope::string &n, OperType *o) : Oper(n, o), Serializable("Oper") { } Serialize::Data serialize() const anope_override { -- cgit