From 0133d660cb643bc09016bcbb20aff08850428b2d Mon Sep 17 00:00:00 2001 From: attilamolnar Date: Sun, 21 Oct 2012 19:02:38 +0200 Subject: m_spanningtree Netburst: Refactor SendChannelModes() Rename it to SyncChannel() and change it to take a Channel* parameter, move iteration into DoBurst() --- src/modules/m_spanningtree/treesocket.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/modules/m_spanningtree/treesocket.h') 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(); -- cgit v1.3.1-10-gc9f91