From 53aa23d5867ef008cfcf82dccf81146630be27f8 Mon Sep 17 00:00:00 2001 From: Marius Halden Date: Tue, 2 Aug 2016 13:29:42 +0200 Subject: Add autosave after 30 sec --- irc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'irc.h') diff --git a/irc.h b/irc.h index deb11edf..73430042 100644 --- a/irc.h +++ b/irc.h @@ -124,6 +124,7 @@ typedef struct irc { gint w_watch_source_id; gint ping_source_id; gint login_source_id; /* To slightly delay some events at login time. */ + gint save_source_id; struct otr *otr; /* OTR state and book keeping, used by the OTR plugin. TODO: Some mechanism for plugindata. */ -- cgit v1.2.3