diff options
Diffstat (limited to 'modules/commands/cs_entrymsg.cpp')
-rw-r--r-- | modules/commands/cs_entrymsg.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/modules/commands/cs_entrymsg.cpp b/modules/commands/cs_entrymsg.cpp index ca521a82c..aaa4f8d85 100644 --- a/modules/commands/cs_entrymsg.cpp +++ b/modules/commands/cs_entrymsg.cpp @@ -257,8 +257,9 @@ class CSEntryMessage : public Module public: CSEntryMessage(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, VENDOR), - commandentrymsg(this), eml(this, "entrymsg"), - entrymsg_type("EntryMsg", EntryMsg::Unserialize) + commandentrymsg(this), + entrymsg_type("EntryMsg", EntryMsg::Unserialize), + eml(this, "entrymsg") { } |