summaryrefslogtreecommitdiff
path: root/modules/commands/ms_list.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/commands/ms_list.cpp')
-rw-r--r--modules/commands/ms_list.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/commands/ms_list.cpp b/modules/commands/ms_list.cpp
index 728fe1a71..0df0b983e 100644
--- a/modules/commands/ms_list.cpp
+++ b/modules/commands/ms_list.cpp
@@ -13,7 +13,7 @@
class CommandMSList : public Command
{
- public:
+public:
CommandMSList(Module *creator) : Command(creator, "memoserv/list", 0, 2)
{
this->SetDesc(_("List your memos"));
@@ -70,7 +70,7 @@ class CommandMSList : public Command
ListFormatter &list;
CommandSource &source;
const MemoInfo *mi;
- public:
+ public:
MemoListCallback(ListFormatter &_list, CommandSource &_source, const MemoInfo *_mi, const Anope::string &numlist) : NumberList(numlist, false), list(_list), source(_source), mi(_mi)
{
}
@@ -153,7 +153,7 @@ class MSList : public Module
{
CommandMSList commandmslist;
- public:
+public:
MSList(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, VENDOR),
commandmslist(this)
{