diff options
| author | 2015-05-23 15:10:42 +0200 | |
|---|---|---|
| committer | 2015-05-23 15:10:42 +0200 | |
| commit | ffc8101b5fe2fae0de62d94f4a95d5434989dffc (patch) | |
| tree | 77cf382aba6960fad05ec4df8ea86da524542487 /src/modules/m_spanningtree/utils.h | |
| parent | Remove dead code from UserManager::AddUser() (diff) | |
m_spanningtree Log nick collisions more verbosely and in all cases
Diffstat (limited to 'src/modules/m_spanningtree/utils.h')
| -rw-r--r-- | src/modules/m_spanningtree/utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_spanningtree/utils.h b/src/modules/m_spanningtree/utils.h index 5aa8e925e..84637bf01 100644 --- a/src/modules/m_spanningtree/utils.h +++ b/src/modules/m_spanningtree/utils.h @@ -135,7 +135,7 @@ class SpanningTreeUtilities : public classbase /** Handle nick collision */ - bool DoCollision(User* u, TreeServer* server, time_t remotets, const std::string& remoteident, const std::string& remoteip, const std::string& remoteuid); + bool DoCollision(User* u, TreeServer* server, time_t remotets, const std::string& remoteident, const std::string& remoteip, const std::string& remoteuid, const char* collidecmd); /** Compile a list of servers which contain members of channel c */ |
