diff options
author | Sadie Powell <sadie@witchery.services> | 2025-04-19 22:53:49 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2025-04-19 22:53:49 +0100 |
commit | f5a85c69d225edaed4e11eb4c2b27d66ebc5195e (patch) | |
tree | 6b1cad444b007d6cc565af5ec3bd199a2c6f0b18 /include/channels.h | |
parent | c8b38197670965c18df603a5a4329f6f583b77d7 (diff) |
Remove time from the name of some variables where its obvious.
Diffstat (limited to 'include/channels.h')
-rw-r--r-- | include/channels.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/channels.h b/include/channels.h index 08f8756db..9d1c5b738 100644 --- a/include/channels.h +++ b/include/channels.h @@ -48,7 +48,7 @@ public: /* Set if this channel is registered. ci->c == this. Contains information relevant to the registered channel */ Serialize::Reference<ChannelInfo> ci; /* When the channel was created */ - time_t creation_time; + time_t created; /* If the channel has just been created in a netjoin */ bool syncing = false; /* Is configured in the conf as a channel bots should be in */ |