mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-11 19:49:02 -04:00
Optimisation of optimisation :P ty w00tie
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3505 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
3b7216d69b
commit
b4c78897df
@ -51,8 +51,8 @@ public:
|
||||
|
||||
if (c->IsCustomModeSet('P'))
|
||||
{
|
||||
char* n = (char*)text.c_str();
|
||||
for (char* i = n; *i; i++)
|
||||
char* i = (char*)text.c_str();
|
||||
for (; *i; i++)
|
||||
{
|
||||
if (((*i != ' ') && (*i != '\t')) && ((*i < 'A') || (*i > 'Z')))
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user