diff options
author | Attila Molnar <attilamolnar@hush.com> | 2013-04-01 06:53:24 -0700 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2013-04-01 06:53:24 -0700 |
commit | df2cbbe6e7f63a36e4f71b353769e5568eaa9e73 (patch) | |
tree | 59845c8c8f859b721fdc9584a2d4ab9904e2e7ae /src/modules/m_ojoin.cpp | |
parent | ba49d8eeabca0358314f36397abd56d8340f3753 (diff) | |
parent | f00ffba521c16d0f5419f60c0b4d362b362b76e6 (diff) |
Merge pull request #454 from SaberUK/master+misc-improvements
Purge dead code and deprecated types.
Diffstat (limited to 'src/modules/m_ojoin.cpp')
-rw-r--r-- | src/modules/m_ojoin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_ojoin.cpp b/src/modules/m_ojoin.cpp index 207be2bb5..e2019e302 100644 --- a/src/modules/m_ojoin.cpp +++ b/src/modules/m_ojoin.cpp @@ -116,7 +116,7 @@ class NetworkPrefix : public ModeHandler std::vector<std::string> mode_junk; mode_junk.push_back(channel->name); irc::modestacker modestack(false); - std::deque<std::string> stackresult; + std::vector<std::string> stackresult; for (UserMembCIter i = cl->begin(); i != cl->end(); i++) { |