From 9a778f76191249fd9522ecbda1c259e9f4a3aeb7 Mon Sep 17 00:00:00 2001 From: brain Date: Tue, 6 Dec 2005 16:51:35 +0000 Subject: Added comments git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2232 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_spanningtree.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/modules/m_spanningtree.cpp') diff --git a/src/modules/m_spanningtree.cpp b/src/modules/m_spanningtree.cpp index 1554b1d88..f6762b9a0 100644 --- a/src/modules/m_spanningtree.cpp +++ b/src/modules/m_spanningtree.cpp @@ -1584,6 +1584,9 @@ class TreeSocket : public InspSocket command = "MODE"; } std::string target = ""; + /* Yes, know, this is a mess. Its reasonably fast though as we're + * working with std::string here. + */ if ((command == "NICK") && (params.size() > 1)) { return this->IntroduceClient(prefix,params); -- cgit v1.2.3