summaryrefslogtreecommitdiff
path: root/src/modules/m_sethost.cpp
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2004-05-16 14:58:40 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2004-05-16 14:58:40 +0000
commit740b09e2aee345c6fde199986d8eab6e0db224e3 (patch)
tree4f47ab9fe4cd60b2dcfc9a1c314e61a2787103a6 /src/modules/m_sethost.cpp
parent574718589f602ab4e1e59cda6eb89eb2366c8a65 (diff)
Updated header comments
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@816 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_sethost.cpp')
-rw-r--r--src/modules/m_sethost.cpp21
1 files changed, 13 insertions, 8 deletions
diff --git a/src/modules/m_sethost.cpp b/src/modules/m_sethost.cpp
index f6a9bbf3f..ba5e3319b 100644
--- a/src/modules/m_sethost.cpp
+++ b/src/modules/m_sethost.cpp
@@ -1,12 +1,17 @@
-/*
- * SETHOST module for InspIRCD
- * Author: brain
- * Version: 1.0.0.0
+/* +------------------------------------+
+ * | Inspire Internet Relay Chat Daemon |
+ * +------------------------------------+
*
- * Syntax: /SETHOST [new host]
- * Changes the user's DHOST who issues the command
- * (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>