]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/cmd_names.cpp
Remove a TODO comment. Also added support for <database:port> option since r6213...
[user/henk/code/inspircd.git] / src / cmd_names.cpp
index 8302136ebe8dff20fd748eec603e3d08180af8e3..900ccb53cecf37ca55773b4249d093720217c2bf 100644 (file)
@@ -2,12 +2,9 @@
  *       | Inspire Internet Relay Chat Daemon |
  *       +------------------------------------+
  *
- *  InspIRCd is copyright (C) 2002-2006 ChatSpike-Dev.
- *                       E-mail:
- *                <brain@chatspike.net>
- *                <Craig@chatspike.net>
+ *  InspIRCd: (C) 2002-2007 InspIRCd Development Team
+ * See: http://www.inspircd.org/wiki/index.php/Credits
  *
- * Written by Craig Edwards, Craig McLure, and others.
  * This program is free but copyrighted software; see
  *            the file COPYING for details.
  *
 #include "users.h"
 #include "commands/cmd_names.h"
 
-
-
 extern "C" command_t* init_command(InspIRCd* Instance)
 {
        return new cmd_names(Instance);
 }
 
+/** Handle /NAMES
+ */
 CmdResult cmd_names::Handle (const char** parameters, int pcnt, userrec *user)
 {
        chanrec* c;