]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_spanningtree/treesocket2.cpp
Remove redundant PriorityState, enum Priority does the exact same thing.
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / treesocket2.cpp
index ac8961068a85e44b3cf86d1777c9ea09af3989cc..c006344ba9bcc2b0c5bb88c717618395502b1426 100644 (file)
@@ -2,7 +2,7 @@
  *       | Inspire Internet Relay Chat Daemon |
  *       +------------------------------------+
  *
- *  InspIRCd: (C) 2002-2008 InspIRCd Development Team
+ *  InspIRCd: (C) 2002-2009 InspIRCd Development Team
  * See: http://www.inspircd.org/wiki/index.php/Credits
  *
  * This program is free but copyrighted software; see
@@ -250,7 +250,7 @@ bool TreeSocket::ProcessLine(std::string &line)
                                 * "miscreant" servers, though, so let's check anyway. -- w
                                 *
                                 * We also check here for totally invalid prefixes (prefixes that are neither
-                                * a valid SID or a valid UUID, so that invalid UUID or SID never makes it 
+                                * a valid SID or a valid UUID, so that invalid UUID or SID never makes it
                                 * to the higher level functions. -- B
                                 */
                                std::string direction = prefix;
@@ -694,5 +694,3 @@ void TreeSocket::OnClose()
                                this->ServerInstance->SNO->WriteToSnoMask('l', "Connection to '\2%s\2' was established for %s", quitserver.c_str(), Utils->Creator->TimeToStr(server_uptime).c_str());
        }
 }
-
-