mirror of
https://github.com/anope/anope.git
synced 2026-07-03 22:43:13 +02:00
Fixed /cs clone access
This commit is contained in:
+1
-1
@@ -86,7 +86,7 @@ ChannelInfo::ChannelInfo(ChannelInfo &ci) : Flags<ChannelInfoFlag, CI_END>(Chann
|
||||
AccessProvider *provider = taccess->provider;
|
||||
|
||||
ChanAccess *newaccess = provider->Create();
|
||||
newaccess->ci = taccess->ci;
|
||||
newaccess->ci = this;
|
||||
newaccess->mask = taccess->mask;
|
||||
newaccess->creator = taccess->creator;
|
||||
newaccess->last_seen = taccess->last_seen;
|
||||
|
||||
Reference in New Issue
Block a user