diff options
| author | 2019-07-19 12:11:36 +0100 | |
|---|---|---|
| committer | 2019-07-19 12:13:18 +0100 | |
| commit | 875aa2d98d1eb25f4932fbd2ac5c2086d16ff6ea (patch) | |
| tree | f261540785e7b83ddec848ae53a303cf9bfd707b /src/modules/m_spanningtree/fjoin.cpp | |
| parent | ssl_gnutls: remove PackageInfo directives for EOL Debian versions. (diff) | |
spanningtree: Never send a message to a raw UUID in CmdBuilder.
Diffstat (limited to 'src/modules/m_spanningtree/fjoin.cpp')
| -rw-r--r-- | src/modules/m_spanningtree/fjoin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_spanningtree/fjoin.cpp b/src/modules/m_spanningtree/fjoin.cpp index a6c52e41b..6305e5af8 100644 --- a/src/modules/m_spanningtree/fjoin.cpp +++ b/src/modules/m_spanningtree/fjoin.cpp @@ -295,7 +295,7 @@ void CommandFJoin::LowerTS(Channel* chan, time_t TS, const std::string& newname) } CommandFJoin::Builder::Builder(Channel* chan, TreeServer* source) - : CmdBuilder(source->GetID(), "FJOIN") + : CmdBuilder(source, "FJOIN") { push(chan->name).push_int(chan->age).push_raw(" +"); pos = str().size(); |
