diff options
| author | 2008-10-28 16:04:40 +0000 | |
|---|---|---|
| committer | 2008-10-28 16:04:40 +0000 | |
| commit | 6d86ee8e9cad24bd2c37913bd60187570d800fba (patch) | |
| tree | a1dc061043687575cacaf734e98751c3f3ab850e /src/modules/m_spanningtree/uid.cpp | |
| parent | Move chanprotect settings from <options> to <chanprotect>. (diff) | |
| download | inspircd++-6d86ee8e9cad24bd2c37913bd60187570d800fba.tar.gz inspircd++-6d86ee8e9cad24bd2c37913bd60187570d800fba.tar.bz2 inspircd++-6d86ee8e9cad24bd2c37913bd60187570d800fba.zip | |
Remove comment, as it is now done.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10740 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_spanningtree/uid.cpp')
| -rw-r--r-- | src/modules/m_spanningtree/uid.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
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<std::string> &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; } } |
