diff options
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 */ |