summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/motd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/m_spanningtree/motd.cpp')
-rw-r--r--src/modules/m_spanningtree/motd.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/m_spanningtree/motd.cpp b/src/modules/m_spanningtree/motd.cpp
index 66de93e18..e42c53152 100644
--- a/src/modules/m_spanningtree/motd.cpp
+++ b/src/modules/m_spanningtree/motd.cpp
@@ -23,7 +23,7 @@
/** remote MOTD. leet, huh? */
-bool TreeSocket::Motd(const std::string &prefix, std::deque<std::string> &params)
+bool TreeSocket::Motd(const std::string &prefix, parameterlist &params)
{
if (params.size() > 0)
{
@@ -35,7 +35,7 @@ bool TreeSocket::Motd(const std::string &prefix, std::deque<std::string> &params
if (source)
{
- std::deque<std::string> par;
+ parameterlist par;
par.push_back(prefix);
par.push_back("");