aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/m_spanningtree/treesocket.h
diff options
context:
space:
mode:
authorGravatar attilamolnar2012-10-21 19:02:38 +0200
committerGravatar attilamolnar2013-04-12 21:03:05 +0200
commit0133d660cb643bc09016bcbb20aff08850428b2d (patch)
treed7ba20612553cc1555d9ecc22571dfea447e7d36 /src/modules/m_spanningtree/treesocket.h
parentm_spanningtree Change both prefix and first parameter of SQUIT to be a SID (diff)
downloadinspircd++-0133d660cb643bc09016bcbb20aff08850428b2d.tar.gz
inspircd++-0133d660cb643bc09016bcbb20aff08850428b2d.tar.bz2
inspircd++-0133d660cb643bc09016bcbb20aff08850428b2d.zip
m_spanningtree Netburst: Refactor SendChannelModes()
Rename it to SyncChannel() and change it to take a Channel* parameter, move iteration into DoBurst()
Diffstat (limited to 'src/modules/m_spanningtree/treesocket.h')
-rw-r--r--src/modules/m_spanningtree/treesocket.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/m_spanningtree/treesocket.h b/src/modules/m_spanningtree/treesocket.h
index 2d975a4bf..ae54bc6aa 100644
--- a/src/modules/m_spanningtree/treesocket.h
+++ b/src/modules/m_spanningtree/treesocket.h
@@ -217,8 +217,8 @@ class TreeSocket : public BufferedSocket
/** Send G, Q, Z and E lines */
void SendXLines();
- /** Send channel modes and topics */
- void SendChannelModes();
+ /** Send all known information about a channel */
+ void SyncChannel(Channel* chan);
/** send all users and their oper state/modes */
void SendUsers();