]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/commands/cmd_names.h
Remove COMPILE_ROOT and MAKESTYLE variables
[user/henk/code/inspircd.git] / include / commands / cmd_names.h
index b9fd05ca6a50cffa2a893afe8e29eb7a59f57721..174b6aa20daaa4d4fbfd4fabc3912301662485c6 100644 (file)
@@ -2,8 +2,8 @@
  *       | Inspire Internet Relay Chat Daemon |
  *       +------------------------------------+
  *
- *  InspIRCd: (C) 2002-2008 InspIRCd Development Team
- * See: http://www.inspircd.org/wiki/index.php/Credits
+ *  InspIRCd: (C) 2002-2009 InspIRCd Development Team
+ * See: http://wiki.inspircd.org/Credits
  *
  * This program is free but copyrighted software; see
  *      the file COPYING for details.
@@ -29,7 +29,7 @@ class CommandNames : public Command
  public:
        /** Constructor for names.
         */
-       CommandNames (InspIRCd* Instance) : Command(Instance,"NAMES",0,0) { syntax = "{<channel>{,<channel>}}"; }
+       CommandNames (InspIRCd* Instance) : Command(Instance,NULL,"NAMES",0,0) { syntax = "{<channel>{,<channel>}}"; }
        /** Handle command.
         * @param parameters The parameters to the comamnd
         * @param pcnt The number of parameters passed to teh command