mirror of
https://github.com/anope/anope.git
synced 2026-06-30 02:56:38 +02:00
Fixed /cs clone copying channel access, fixed restricted, and fixed some compiler warnings
This commit is contained in:
@@ -65,7 +65,7 @@ public:
|
||||
if (what.empty())
|
||||
{
|
||||
delete target_ci;
|
||||
target_ci = new ChannelInfo(ci);
|
||||
target_ci = new ChannelInfo(*ci);
|
||||
target_ci->name = target;
|
||||
RegisteredChannelList[target_ci->name] = target_ci;
|
||||
target_ci->c = findchan(target_ci->name);
|
||||
|
||||
Reference in New Issue
Block a user