mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-11 19:49:02 -04:00
> != >= && < != <=
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3466 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
43b5f0b7ab
commit
7e4dec158b
@ -53,7 +53,7 @@ public:
|
||||
{
|
||||
for(unsigned int i = 0; i < text.length(); i++)
|
||||
{
|
||||
if((text[i] <= 'A') || (text[i] >= 'Z'))
|
||||
if((text[i] < 'A') || (text[i] > 'Z'))
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user