diff options
Diffstat (limited to 'src/modules/m_sethost.cpp')
-rw-r--r-- | src/modules/m_sethost.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/modules/m_sethost.cpp b/src/modules/m_sethost.cpp index 678786757..441d2f396 100644 --- a/src/modules/m_sethost.cpp +++ b/src/modules/m_sethost.cpp @@ -26,9 +26,8 @@ using namespace std; /* $ModDesc: Provides support for the SETHOST command */ - - - +/** Handle /SETHOST + */ class cmd_sethost : public command_t { public: |