From f8cfca2ca607d01894c905a13d984951bfdfb368 Mon Sep 17 00:00:00 2001 From: Daniel De Graaf Date: Thu, 25 Feb 2010 20:08:30 -0600 Subject: Omit opflags from permchannel database --- src/modules/m_spanningtree/netburst.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_spanningtree/netburst.cpp') diff --git a/src/modules/m_spanningtree/netburst.cpp b/src/modules/m_spanningtree/netburst.cpp index 1e8c9577a..048c1f593 100644 --- a/src/modules/m_spanningtree/netburst.cpp +++ b/src/modules/m_spanningtree/netburst.cpp @@ -137,7 +137,7 @@ void TreeSocket::SendFJoins(TreeServer* Current, Channel* c) snprintf(list, MAXBUF, ":%s FMODE %s %ld ", ServerInstance->Config->GetSID().c_str(), c->name.c_str(), (unsigned long)c->age); while (!fmodes.empty()) - WriteLine(list + fmodes.popModeLine(true)); + WriteLine(list + fmodes.popModeLine(FORMAT_NETWORK)); } /** Send G, Q, Z and E lines */ -- cgit v1.3.1-10-gc9f91