1
0
mirror of https://github.com/anope/anope.git synced 2026-06-30 13:26:38 +02:00

Rename ChanUserContainer to Membership.

This commit is contained in:
Sadie Powell
2026-01-14 17:17:37 +00:00
parent 3af9da7c05
commit 792308ed5d
23 changed files with 124 additions and 118 deletions
+1 -1
View File
@@ -738,7 +738,7 @@ const User::ModeList &User::GetModeList() const
return modes;
}
ChanUserContainer *User::FindChannel(Channel *c) const
Membership *User::FindChannel(Channel *c) const
{
User::ChanUserList::const_iterator it = this->chans.find(c);
if (it != this->chans.end())