diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-10-31 23:57:34 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-10-31 23:57:34 +0000 |
commit | b18d9c7187c692b073f396fb932a5e1a683f595e (patch) | |
tree | 4ff8ed8eae83d233606bdd79e9a573a354ac591a /src/modules | |
parent | de8be466941204bf47c9ed821b2e5a0a79ae64f1 (diff) |
It is not my %$"*&%" day. This never happened.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10773 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules')
-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 a245981e6..8048f3604 100644 --- a/src/modules/m_spanningtree/fjoin.cpp +++ b/src/modules/m_spanningtree/fjoin.cpp @@ -109,7 +109,7 @@ bool TreeSocket::ForceJoin(const std::string &source, std::deque<std::string> &p /* First up, apply their modes if they won the TS war */ if (apply_other_sides_modes) { - ServerInstance->SNO->WriteToSnoMask('d', "Applying remote modestring for %s", params[0]); + ServerInstance->SNO->WriteToSnoMask('d', "Applying remote modestring for %s", params[0].c_str()); unsigned int idx = 2; std::vector<std::string> modelist; |