diff options
Diffstat (limited to 'src/modules/m_opermotd.cpp')
-rw-r--r-- | src/modules/m_opermotd.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/modules/m_opermotd.cpp b/src/modules/m_opermotd.cpp index aa22a77a5..62c59aa9b 100644 --- a/src/modules/m_opermotd.cpp +++ b/src/modules/m_opermotd.cpp @@ -30,6 +30,8 @@ CmdResult ShowOperMOTD(userrec* user) return CMD_SUCCESS; } +/** Handle /OPERMOTD + */ class cmd_opermotd : public command_t { public: |