diff options
Diffstat (limited to 'src/modules/m_chghost.cpp')
| -rw-r--r-- | src/modules/m_chghost.cpp | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/src/modules/m_chghost.cpp b/src/modules/m_chghost.cpp index c70c56967..c1ba262f1 100644 --- a/src/modules/m_chghost.cpp +++ b/src/modules/m_chghost.cpp @@ -1,11 +1,17 @@ -/* - * CHGHOST module for InspIRCD - * Author: brain - * Version: 1.0.0.0 +/* +------------------------------------+ + * | Inspire Internet Relay Chat Daemon | + * +------------------------------------+ * - * Syntax: /CHGHOST [nick] [new name] - * Changes a users DHOST (oper only) - * + * Inspire is copyright (C) 2002-2004 ChatSpike-Dev. + * E-mail: + * <brain@chatspike.net> + * <Craig@chatspike.net> + * + * Written by Craig Edwards, Craig McLure, and others. + * This program is free but copyrighted software; see + * the file COPYING for details. + * + * --------------------------------------------------- */ #include <stdio.h> |
