diff options
| author | 2014-03-03 15:10:41 +0100 | |
|---|---|---|
| committer | 2014-03-03 15:10:41 +0100 | |
| commit | a8b146419b2aae36da25b7202292528efd3158a9 (patch) | |
| tree | 69efd1906ffc0dc145580a674c50ed220a9273d2 /src/modules/m_spanningtree/main.cpp | |
| parent | Update nick timestamps in User::ChangeNick(), pass the new TS in a parameter (diff) | |
m_spanningtree Remove remains of the KeepNickTS workaround
Diffstat (limited to 'src/modules/m_spanningtree/main.cpp')
| -rw-r--r-- | src/modules/m_spanningtree/main.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/modules/m_spanningtree/main.cpp b/src/modules/m_spanningtree/main.cpp index 43a3ec2cc..0dc680ca0 100644 --- a/src/modules/m_spanningtree/main.cpp +++ b/src/modules/m_spanningtree/main.cpp @@ -38,7 +38,6 @@ ModuleSpanningTree::ModuleSpanningTree() : rconnect(this), rsquit(this), map(this) , commands(NULL), DNS(this, "DNS") - , KeepNickTS(false) { } @@ -588,7 +587,6 @@ void ModuleSpanningTree::OnUserPostNick(User* user, const std::string &oldnick) params.push_back(user->nick); params.push_back(ConvToStr(user->age)); params.Broadcast(); - this->KeepNickTS = false; } else if (!loopCall && user->nick == user->uuid) { |
