fixed bug at27770

This commit is contained in:
Borja Ferrer 2006-04-06 23:36:22 +00:00
parent 3cb91fec58
commit 39f4a2bc13

View File

@ -724,6 +724,9 @@ StripBlockedItems(inString[AUTOBUYLENGTH + 1], outString[AUTOBUYLENGTH + 1])
// First copy string
format(outString, AUTOBUYLENGTH, inString)
// After that convert all chars in string to lower case (fix by VEN)
strtolower(outString)
// Then strip those that are blocked.
for (new i = 0; i < g_AliasBlockNum; i++)
{