diff options
| author | 2015-05-13 00:19:12 +0200 | |
|---|---|---|
| committer | 2015-05-13 00:19:12 +0200 | |
| commit | a6433b37967e22e19658967ae4e798febea86356 (patch) | |
| tree | d7403702556a0884e1a8e5c0e73b43d293329034 /src/modules/m_spanningtree/svsnick.cpp | |
| parent | Remove support for non-unloadable (VF_STATIC) modules (diff) | |
| download | inspircd++-a6433b37967e22e19658967ae4e798febea86356.tar.gz inspircd++-a6433b37967e22e19658967ae4e798febea86356.tar.bz2 inspircd++-a6433b37967e22e19658967ae4e798febea86356.zip | |
m_spanningtree Clean up comments
Diffstat (limited to 'src/modules/m_spanningtree/svsnick.cpp')
| -rw-r--r-- | src/modules/m_spanningtree/svsnick.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_spanningtree/svsnick.cpp b/src/modules/m_spanningtree/svsnick.cpp index bb21fc54d..b3a612ca3 100644 --- a/src/modules/m_spanningtree/svsnick.cpp +++ b/src/modules/m_spanningtree/svsnick.cpp @@ -62,7 +62,7 @@ CmdResult CommandSVSNick::Handle(User* user, std::vector<std::string>& parameter if (!u->ChangeNick(nick, NickTS)) { - /* buh. UID them */ + // Changing to 'nick' failed (it may already be in use), change to the uuid u->ChangeNick(u->uuid); } } |
