From 6d86ee8e9cad24bd2c37913bd60187570d800fba Mon Sep 17 00:00:00 2001 From: w00t Date: Tue, 28 Oct 2008 16:04:40 +0000 Subject: Remove comment, as it is now done. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10740 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_spanningtree/uid.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/modules/m_spanningtree') diff --git a/src/modules/m_spanningtree/uid.cpp b/src/modules/m_spanningtree/uid.cpp index 0e529ee37..2c1cda7d2 100644 --- a/src/modules/m_spanningtree/uid.cpp +++ b/src/modules/m_spanningtree/uid.cpp @@ -148,8 +148,7 @@ bool TreeSocket::ParseUID(const std::string &source, std::deque &pa } else { - // XXX: to avoid this, we really need to send u/cmodes in CAPAB like we do 005 (I've thought this a long time anyway..) - this->SendError("Warning: Broken UID command, unknown user mode '"+ConvToStr(*v)+"' in the mode string! (mismatched modules/bug?)"); + this->SendError("Warning: Broken UID command, unknown user mode '"+ConvToStr(*v)+"' in the mode string! (mismatched module?)"); return false; } } -- cgit v1.2.3