]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_setname.cpp
Change 974 numeric to 490 to avoid collision with Insp's failed to load module error
[user/henk/code/inspircd.git] / src / modules / m_setname.cpp
index 892d934c0f5f28a14ba16e5e4ea6d2328807b0f4..d8cb309278754b40c406d7c18145ea0053e1cace 100644 (file)
@@ -2,7 +2,7 @@
  *       | Inspire Internet Relay Chat Daemon |
  *       +------------------------------------+
  *
- *  Inspire is copyright (C) 2002-2004 ChatSpike-Dev.
+ *  InspIRCd is copyright (C) 2002-2006 ChatSpike-Dev.
  *                       E-mail:
  *                <brain@chatspike.net>
  *               <Craig@chatspike.net>
@@ -30,7 +30,7 @@ Server *Srv;
 class cmd_setname : public command_t
 {
  public:
-       cmd_setname () : command_t("SETNAME", 0, 1);
+       cmd_setname () : command_t("SETNAME", 0, 1)
        {
                this->source = "m_setname.so";
        }