summaryrefslogtreecommitdiff
path: root/src/channel.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/channel.c')
-rw-r--r--src/channel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/channel.c b/src/channel.c
index f000b7f..907a5e9 100644
--- a/src/channel.c
+++ b/src/channel.c
@@ -881,7 +881,7 @@ check_splitmode(void *unused)
"Network split, activating splitmode");
eventAddIsh("check_splitmode", check_splitmode, NULL, 10);
}
- else if (splitmode && (server > split_servers) && (Count.total > split_users))
+ else if (splitmode && (server >= split_servers) && (Count.total >= split_users))
{
splitmode = 0;