diff options
Diffstat (limited to 'modules/commands/ns_ajoin.cpp')
-rw-r--r-- | modules/commands/ns_ajoin.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/modules/commands/ns_ajoin.cpp b/modules/commands/ns_ajoin.cpp index 5a33fb7db..d3b2cadb8 100644 --- a/modules/commands/ns_ajoin.cpp +++ b/modules/commands/ns_ajoin.cpp @@ -26,10 +26,7 @@ struct AJoinEntry : Serializable Anope::string channel; Anope::string key; - const Anope::string serialize_name() const anope_override - { - return "AJoinEntry"; - } + AJoinEntry() : Serializable("AJoinEntry") { } Serialize::Data serialize() const anope_override { |