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:
+1
-1
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user