From 2edcdd715ffd5c3ddd0009a75f8f2f451cdb9c57 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Fri, 17 Nov 2000 14:59:32 +0000 Subject: Remember who set the topic and when, display the info when using /TOPIC. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@845 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- src/core/channel-rec.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/core/channel-rec.h') 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 */ -- cgit v1.2.3