22.06.2010, 21:37
Shouldn't it be..
if(CountOccurrence(text,'.')>3 && CountOccurrence(text,':')>1) {
So if you type 65.56.55:6666 you wont get kicked? (only 3 dots)
if(CountOccurrence(text,'.')>3 && CountOccurrence(text,':')>1) {
So if you type 65.56.55:6666 you wont get kicked? (only 3 dots)

