From bcb70c2a2012c2e9efb1ebc07b4be7bd0b2c6f8b Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 5 Apr 2004 19:40:24 +0000 Subject: Changed comments to match the module (duh) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@393 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_globops.cpp | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'src/modules') 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 #include -- cgit v1.2.3