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

Comparing ircd-hybrid/branches/8.2.x/modules/core/m_sjoin.c (file contents):
Revision 8280 by michael, Tue Feb 20 19:30:33 2018 UTC vs.
Revision 8600 by michael, Sun Oct 28 18:12:12 2018 UTC

# Line 231 | Line 231 | ms_sjoin(struct Client *source_p, int pa
231      if (dlink_list_length(&chptr->invexlist))
232        remove_ban_list(chptr, source_p, &chptr->invexlist, 'I');
233  
234 <    clear_ban_cache_list(&chptr->locmembers);
234 >    clear_ban_cache_list(&chptr->members_local);
235      clear_invite_list(&chptr->invites);
236  
237      if (chptr->topic[0])

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines