summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/netburst.cpp
diff options
context:
space:
mode:
authorattilamolnar <attilamolnar@hush.com>2013-07-15 00:20:28 +0200
committerattilamolnar <attilamolnar@hush.com>2013-07-19 19:40:02 +0200
commit5288eb159451aea53168c1a812a72594801f6421 (patch)
treef8b21dc166a573796c87d67de63e815e3ccb9d66 /src/modules/m_spanningtree/netburst.cpp
parentac55270a082e6d8f5332fa939960553bac8decae (diff)
Seperate ModeReference into ChanModeReference and UserModeReference
Diffstat (limited to 'src/modules/m_spanningtree/netburst.cpp')
-rw-r--r--src/modules/m_spanningtree/netburst.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_spanningtree/netburst.cpp b/src/modules/m_spanningtree/netburst.cpp
index 89c8046f5..39056b1fe 100644
--- a/src/modules/m_spanningtree/netburst.cpp
+++ b/src/modules/m_spanningtree/netburst.cpp
@@ -108,7 +108,7 @@ void TreeSocket::SendFJoins(Channel* c)
}
this->WriteLine(line);
- ModeReference ban(NULL, "ban");
+ ChanModeReference ban(NULL, "ban");
static_cast<ListModeBase*>(*ban)->DoSyncChannel(c, Utils->Creator, this);
}