diff options
Diffstat (limited to 'src/core/channel-rec.h')
-rw-r--r-- | src/core/channel-rec.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/channel-rec.h b/src/core/channel-rec.h index 9e991cb4..e0d5b858 100644 --- a/src/core/channel-rec.h +++ b/src/core/channel-rec.h @@ -3,6 +3,8 @@ #include "window-item-rec.h" char *topic; +char *topic_by; +time_t topic_time; GHashTable *nicks; /* list of nicks */ int no_modes:1; /* channel doesn't support modes */ |