Parent Directory
|
Revision Log
|
Patch
revision 8599 by michael, Tue Feb 20 19:30:33 2018 UTC | revision 8600 by michael, Sun Oct 28 18:12:12 2018 UTC | |
---|---|---|
# | Line 231 ms_sjoin(struct Client *source_p, int pa | Line 231 ms_sjoin(struct Client *source_p, int pa |
231 | if (dlink_list_length(&chptr->invexlist)) | if (dlink_list_length(&chptr->invexlist)) |
232 | remove_ban_list(chptr, source_p, &chptr->invexlist, 'I'); | remove_ban_list(chptr, source_p, &chptr->invexlist, 'I'); |
233 | ||
234 | clear_ban_cache_list(&chptr->locmembers); | clear_ban_cache_list(&chptr->members_local); |
235 | clear_invite_list(&chptr->invites); | clear_invite_list(&chptr->invites); |
236 | ||
237 | if (chptr->topic[0]) | if (chptr->topic[0]) |
|
svnadmin@ircd-hybrid.org | ViewVC Help |
Powered by ViewVC 1.1.28 |