summaryrefslogtreecommitdiff
path: root/src/modules/m_hostchange.cpp
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-04-04 14:45:29 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-04-04 14:45:29 +0000
commit38749462c62a659b7006976c2c7c4da6ac6d0df7 (patch)
tree13907207ef367f18883b2cc9699120275103f0e1 /src/modules/m_hostchange.cpp
parent9225720d96ceec2cf7c74e1470cd3ad8e250eaa7 (diff)
Added m_operlevels, prevents opers designated as above other opers from being killed
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@974 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_hostchange.cpp')
-rw-r--r--src/modules/m_hostchange.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_hostchange.cpp b/src/modules/m_hostchange.cpp
index b892da8b1..21566daac 100644
--- a/src/modules/m_hostchange.cpp
+++ b/src/modules/m_hostchange.cpp
@@ -19,7 +19,7 @@
#include "channels.h"
#include "modules.h"
-/* $ModDesc: Provides masking of user hostnames */
+/* $ModDesc: Provides masking of user hostnames in a different way to m_cloaking */
class ModuleHostChange : public Module
{