ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/src/channel.c
(Generate patch)

Comparing ircd-hybrid/branches/8.2.x/src/channel.c (file contents):
Revision 4171 by michael, Sat Jul 5 15:33:37 2014 UTC vs.
Revision 4208 by michael, Sat Jul 12 18:13:06 2014 UTC

# Line 851 | Line 851 | check_splitmode(void *unused)
851    if (splitchecking && (ConfigChannel.no_join_on_split ||
852                          ConfigChannel.no_create_on_split))
853    {
854 <    const unsigned int server = dlink_list_length(&global_serv_list);
854 >    const unsigned int server = dlink_list_length(&global_server_list);
855  
856      if (!splitmode && ((server < split_servers) || (Count.total < split_users)))
857      {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines