diff options
author | Robby- <robbyke@gmail.com> | 2012-05-30 03:46:41 +0200 |
---|---|---|
committer | Robby- <robbyke@gmail.com> | 2012-05-30 03:46:41 +0200 |
commit | 804c02174fd61143f6da5580dd0e28bd9f1bb8a8 (patch) | |
tree | 6ea8d5744cfa3fb146ee1927474ec7e57648e3e5 /src/modules/m_mlock.cpp | |
parent | 7ca4e7f0450b376902b4987190e06c2a719a89c4 (diff) |
Module description updates
Diffstat (limited to 'src/modules/m_mlock.cpp')
-rw-r--r-- | src/modules/m_mlock.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/modules/m_mlock.cpp b/src/modules/m_mlock.cpp index b5f34c936..e9ca3bfd0 100644 --- a/src/modules/m_mlock.cpp +++ b/src/modules/m_mlock.cpp @@ -16,6 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ + +/* $ModDesc: Implements the ability to have server-side MLOCK enforcement. */ + #include "inspircd.h" class ModuleMLock : public Module |