mirror of
https://github.com/inspircd/inspircd.git
synced 2025-04-22 16:01:29 -04:00
Add debug to m_spanningtree, verifies that inspircd works correctly on FMODE (after patches are applied)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5227 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
23a9954ba8
commit
844abcbc56
@ -1298,6 +1298,7 @@ class TreeSocket : public InspSocket
|
||||
newparams.push_back(params[0]);
|
||||
newparams.push_back(ConvToStr(ourTS));
|
||||
newparams.push_back(to_bounce+params_to_bounce);
|
||||
ServerInstance->Log(DEBUG,"BOUNCE BACK: %s",(to_bounce+params_to_bounce).c_str());
|
||||
DoOneToOne(this->Instance->Config->ServerName,"FMODE",newparams,sourceserv);
|
||||
}
|
||||
|
||||
@ -1312,7 +1313,7 @@ class TreeSocket : public InspSocket
|
||||
{
|
||||
for (q = 2; (q < params_to_keep.size()) && (q < 64); q++)
|
||||
{
|
||||
ServerInstance->Log(DEBUG,"Item %d of %d", q, params_to_keep.size());
|
||||
ServerInstance->Log(DEBUG,"KEEP Item %d of %d: %s", q, params_to_keep.size(), params_to_keep[q].c_str());
|
||||
modelist[n++] = params_to_keep[q].c_str();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user