summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2004-04-05 19:40:24 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2004-04-05 19:40:24 +0000
commitbcb70c2a2012c2e9efb1ebc07b4be7bd0b2c6f8b (patch)
treeb143de6ccb275fec59018952f2c6b367cf7a790a /src
parentf1277e02c754dd5ea7cc73e0ab20a6fc0cd069a8 (diff)
Changed comments to match the module (duh)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@393 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src')
-rw-r--r--src/modules/m_globops.cpp13
1 files changed, 1 insertions, 12 deletions
diff --git a/src/modules/m_globops.cpp b/src/modules/m_globops.cpp
index 9b562a0fa..85b1b206e 100644
--- a/src/modules/m_globops.cpp
+++ b/src/modules/m_globops.cpp
@@ -1,15 +1,4 @@
-// Hostname cloaking (+x mode) module for inspircd.
-// version 1.0.0.1 by brain (C. J. Edwards) Mar 2004.
-//
-// When loaded this module will automatically set the
-// +x mode on all connecting clients.
-//
-// Setting +x on a client causes the module to change the
-// dhost entry (displayed host) for each user who has the
-// mode, cloaking their host. Unlike unreal, the algorithm
-// is non-reversible as uncloaked hosts are passed along
-// the server->server link, and all encoding of hosts is
-// done locally on the server by this module.
+// Globops and +g support module by C.J.Edwards
#include <stdio.h>
#include <string>