diff options
-rw-r--r-- | src/irc/core/netsplit.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/irc/core/netsplit.c b/src/irc/core/netsplit.c index 6117c345..04eb3ff0 100644 --- a/src/irc/core/netsplit.c +++ b/src/irc/core/netsplit.c @@ -275,10 +275,6 @@ int quitmsg_is_split(const char *msg) if (!host2_dot || prev == '.') return FALSE; - if (len == (int) (host2-host1)-1 && - g_strncasecmp(host1, host2, len) == 0) - return FALSE; /* hosts can't be the same */ - /* top-domain1 must be 2+ chars long and contain only alphabets */ p = host2-1; while (p[-1] != '.') { |