diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2004-05-16 14:58:40 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2004-05-16 14:58:40 +0000 |
commit | 740b09e2aee345c6fde199986d8eab6e0db224e3 (patch) | |
tree | 4f47ab9fe4cd60b2dcfc9a1c314e61a2787103a6 /src/modules/m_setname.cpp | |
parent | 574718589f602ab4e1e59cda6eb89eb2366c8a65 (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_setname.cpp')
-rw-r--r-- | src/modules/m_setname.cpp | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/src/modules/m_setname.cpp b/src/modules/m_setname.cpp index 4cf6bb204..110afbe51 100644 --- a/src/modules/m_setname.cpp +++ b/src/modules/m_setname.cpp @@ -1,11 +1,17 @@ -/* - * SETNAME module for InspIRCD - * Author: brain - * Version: 1.0.0.0 +/* +------------------------------------+ + * | Inspire Internet Relay Chat Daemon | + * +------------------------------------+ * - * Syntax: /SETNAME [new name] - * Changes the user's GECOS who issues the command - * + * 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> |