diff options
Diffstat (limited to 'modules/commands/ms_set.cpp')
-rw-r--r-- | modules/commands/ms_set.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/ms_set.cpp b/modules/commands/ms_set.cpp index e6d48d08a..21f6d6a7d 100644 --- a/modules/commands/ms_set.cpp +++ b/modules/commands/ms_set.cpp @@ -299,7 +299,7 @@ class CommandMSSet : public Command class MSSet : public Module { CommandMSSet commandmsset; - PrimitiveExtensibleItem<bool> memo_signon, memo_receive, memo_mail, memo_hardmax; + SerializableExtensibleItem<bool> memo_signon, memo_receive, memo_mail, memo_hardmax; public: MSSet(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, VENDOR), |