mirror of
https://github.com/anope/anope.git
synced 2026-07-10 17:23:14 +02:00
Squashed commit of the following from Federico G. Schwindt <fgsch@lodoss.net>:
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
This commit is contained in:
committed by
Adam
parent
779f3788c9
commit
378c9203df
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user