1
0
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:
Adam
2011-08-02 05:07:59 -04:00
parent f690cd802e
commit 09f5591aba
7 changed files with 51 additions and 40 deletions
+1 -1
View File
@@ -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);