mirror of
https://github.com/anope/anope.git
synced 2026-06-12 19:14:47 +02:00
Remove time from the name of some variables where its obvious.
This commit is contained in:
@@ -169,7 +169,7 @@ public:
|
||||
delete target_ci;
|
||||
target_ci = new ChannelInfo(*ci);
|
||||
target_ci->name = target;
|
||||
target_ci->time_registered = Anope::CurTime;
|
||||
target_ci->registered = Anope::CurTime;
|
||||
(*RegisteredChannelList)[target_ci->name] = target_ci;
|
||||
target_ci->c = Channel::Find(target_ci->name);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user