]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/commands/cmd_part.cpp
Patch to not increment nickchange counter for nick changes that would be blocked...
[user/henk/code/inspircd.git] / src / commands / cmd_part.cpp
index 54fd1321667c7eec4552b3e259340bec4d66d8a5..834ee2b287b2e77f3cf4edd665eb6f6d1ba8c5df 100644 (file)
@@ -3,7 +3,7 @@
  *       +------------------------------------+
  *
  *  InspIRCd: (C) 2002-2009 InspIRCd Development Team
- * See: http://www.inspircd.org/wiki/index.php/Credits
+ * See: http://wiki.inspircd.org/Credits
  *
  * This program is free but copyrighted software; see
  *            the file COPYING for details.
@@ -44,7 +44,7 @@ CmdResult CommandPart::Handle (const std::vector<std::string>& parameters, User
                return CMD_SUCCESS;
 
        Channel* c = ServerInstance->FindChan(parameters[0]);
-       
+
        if (c)
        {
                if (!c->PartUser(user, reason))