1
0
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:
Adam
2011-08-14 21:46:14 -04:00
parent 786397f77d
commit 2e7bd6498f
2 changed files with 17 additions and 10 deletions
+1 -1
View File
@@ -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;