--- xchat-2.0.5/src/common/text.c 2003-09-21 11:36:15.000000000 +0100 +++ xchat-dsd/src/common/text.c 2003-11-03 17:12:41.425995280 +0000 @@ -249,7 +249,7 @@ dots = 0; for (i = 0; i < len; i++) { - if (word[i] == '.') + if (word[i] == '.' && i > 1) dots++; else if (!isdigit (word[i])) {