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:
om 2006-03-07 09:56:19 +00:00
parent 3b7216d69b
commit b4c78897df

View File

@ -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')))
{