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 9452 by michael, Tue Jun 30 14:42:20 2020 UTC vs.
Revision 9456 by michael, Tue Jun 30 17:33:43 2020 UTC

# Line 335 | Line 335 | ms_sjoin(struct Client *source_p, int pa
335  
336      uid_ptr += sprintf(uid_ptr, "%s%s ", uid_prefix, target_p->id);
337  
338 <    if (find_channel_link(target_p, channel) == NULL)
338 >    if (member_find_link(target_p, channel) == NULL)
339      {
340        add_user_to_channel(channel, target_p, fl, have_many_uids == false);
341  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines