mirror of
https://github.com/anope/anope.git
synced 2026-07-05 23:33:12 +02:00
Use the same object for chanusercontainer and userchancontainer
This commit is contained in:
@@ -100,10 +100,10 @@ class HybridProto : public IRCDProto
|
||||
/* And update our internal status for this user since this is not going through our mode handling system */
|
||||
if (status != NULL)
|
||||
{
|
||||
UserContainer *uc = c->FindUser(user);
|
||||
ChanUserContainer *uc = c->FindUser(user);
|
||||
|
||||
if (uc != NULL)
|
||||
*uc->status = *status;
|
||||
uc->status = *status;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user