From b431d4dccfa40e791567680647a940bcefee6ada Mon Sep 17 00:00:00 2001 From: Adam Date: Tue, 8 Mar 2016 19:49:30 -0500 Subject: cs_clone: don't clone registered time --- modules/commands/cs_clone.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/commands/cs_clone.cpp') diff --git a/modules/commands/cs_clone.cpp b/modules/commands/cs_clone.cpp index 8b03cbdc8..a4ec31c1e 100644 --- a/modules/commands/cs_clone.cpp +++ b/modules/commands/cs_clone.cpp @@ -169,6 +169,7 @@ public: delete target_ci; target_ci = new ChannelInfo(*ci); target_ci->name = target; + target_ci->time_registered = Anope::CurTime; (*RegisteredChannelList)[target_ci->name] = target_ci; target_ci->c = Channel::Find(target_ci->name); -- cgit