diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-08-31 02:51:34 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-08-31 02:51:34 +0000 |
commit | e5d87abd352a5e2ea3d13e89adb61d40871421b9 (patch) | |
tree | b55fbcf9bd243e518759df85b9ad30f27099d914 /src/modules/m_spanningtree/uid.cpp | |
parent | b868ecbde1242743e298b142fc67ed0b4a01ac22 (diff) |
What the fuck am I doing.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10362 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_spanningtree/uid.cpp')
-rw-r--r-- | src/modules/m_spanningtree/uid.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_spanningtree/uid.cpp b/src/modules/m_spanningtree/uid.cpp index 950a59ee6..0c4564719 100644 --- a/src/modules/m_spanningtree/uid.cpp +++ b/src/modules/m_spanningtree/uid.cpp @@ -36,7 +36,7 @@ bool TreeSocket::ParseUID(const std::string &source, std::deque<std::string> &pa * 1 2 3 4 5 6 7 8 9 10 * UID uuid age nick host dhost ident +modestr +snomasks ip.string signon :gecos */ - if (params.size() != 10) + if (params.size() != 11) { if (!params.empty()) this->WriteLine(std::string(":")+this->Instance->Config->GetSID()+" KILL "+params[0]+" :Invalid client introduction ("+params[0]+" with only "+ |