mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-12 12:09:03 -04:00
Whack format warning, do these differ between gcc versions or something?!
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9222 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
07b73575c5
commit
d65f2c3825
@ -188,7 +188,6 @@ void TreeSocket::SendChannelModes(TreeServer* Current)
|
||||
std::deque<std::string> list;
|
||||
std::string n = this->Instance->Config->GetSID();
|
||||
const char* sn = n.c_str();
|
||||
Instance->Logs->Log("m_spanningtree",DEBUG,"Sending channels and modes, %d to send", this->Instance->chanlist->size());
|
||||
for (chan_hash::iterator c = this->Instance->chanlist->begin(); c != this->Instance->chanlist->end(); c++)
|
||||
{
|
||||
SendFJoins(Current, c->second);
|
||||
|
Loading…
x
Reference in New Issue
Block a user