mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-12 03:59:03 -04:00
More logic tweaks
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3420 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
2faa628370
commit
21bcc43b15
@ -2096,6 +2096,8 @@ class TreeSocket : public InspSocket
|
||||
s.get(c);
|
||||
if (c == ' ')
|
||||
{
|
||||
log(DEBUG,"Pushback(1) '%s'",param);
|
||||
*pptr = 0;
|
||||
n.push_back(param);
|
||||
*param = count = 0;
|
||||
pptr = param;
|
||||
@ -2120,6 +2122,8 @@ class TreeSocket : public InspSocket
|
||||
count++;
|
||||
}
|
||||
}
|
||||
log(DEBUG,"Pushback(2) '%s'",param);
|
||||
*pptr = 0;
|
||||
n.push_back(param);
|
||||
*param = count = 0;
|
||||
pptr = param;
|
||||
@ -2127,7 +2131,11 @@ class TreeSocket : public InspSocket
|
||||
}
|
||||
}
|
||||
if (*param)
|
||||
{
|
||||
*pptr = 0;
|
||||
log(DEBUG,"Pushback(3) '%s'",param);
|
||||
n.push_back(param);
|
||||
}
|
||||
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user