From 378c9203df121244f2e23e78f2b134755f491d4c Mon Sep 17 00:00:00 2001 From: "Federico G. Schwindt" Date: Mon, 22 Jul 2013 23:29:56 -0400 Subject: Squashed commit of the following from Federico G. Schwindt : Date: Mon Jul 22 22:40:07 2013 +0100 Correct pasto Use proper name for included file. Date: Mon Jul 22 22:30:23 2013 +0100 Indent defaults Date: Mon Jul 22 22:28:50 2013 +0100 Correct option name signkicklevel is really signkick_level. Date: Mon Jul 22 22:25:24 2013 +0100 Ensure some of the options are persisted Correct type for memo_signon, memo_receive, memo_mail and memo_hardmax so they're serialized. Date: Mon Jul 22 22:23:36 2013 +0100 Add missing newline plus additional suggestions from fgs --- modules/commands/ms_set.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/commands/ms_set.cpp') 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 memo_signon, memo_receive, memo_mail, memo_hardmax; + SerializableExtensibleItem memo_signon, memo_receive, memo_mail, memo_hardmax; public: MSSet(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, VENDOR), -- cgit