diff options
| author | 2008-05-05 02:06:59 +0000 | |
|---|---|---|
| committer | 2008-05-05 02:06:59 +0000 | |
| commit | b817341e2149af163011cce47605ae17b4f67eeb (patch) | |
| tree | a347cf649563bf5f1f5de40f7514a5ded48c7c32 /src/modules/m_opermotd.cpp | |
| parent | Remove extra documented moduledir (reported by smartys). And move quietbursts... (diff) | |
Conversions
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9628 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_opermotd.cpp')
| -rw-r--r-- | src/modules/m_opermotd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_opermotd.cpp b/src/modules/m_opermotd.cpp index 9cf068959..d834a6029 100644 --- a/src/modules/m_opermotd.cpp +++ b/src/modules/m_opermotd.cpp @@ -49,7 +49,7 @@ class CommandOpermotd : public Command syntax = "[<servername>]"; } - CmdResult Handle (const std::vector<const std::string>& parameters, User* user) + CmdResult Handle (const std::vector<std::string>& parameters, User* user) { return ShowOperMOTD(user); } |
