mirror of
https://github.com/anope/anope.git
synced 2026-07-07 23:23:13 +02:00
Fixed storing mode locks
This commit is contained in:
@@ -15,7 +15,12 @@
|
||||
|
||||
struct MyOper : Oper, Serializable
|
||||
{
|
||||
MyOper(const Anope::string &n, OperType *o) : Oper(n, o), Serializable("Oper") { }
|
||||
MyOper(const Anope::string &n, OperType *o) : Oper(n, o) { }
|
||||
|
||||
Anope::string serialize_name() const
|
||||
{
|
||||
return "Oper";
|
||||
}
|
||||
|
||||
serialized_data serialize()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user