From d25f6fcbe8e291dd858bf734fa85cde176dc8415 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Mon, 26 Dec 2005 15:02:47 +0100 Subject: Added OperPassword and RunMode = ForkDaemon settings. Oper stuff is *INSECURE* because users can just do /mode +o to become operator. --- bitlbee.h | 1 + 1 file changed, 1 insertion(+) (limited to 'bitlbee.h') diff --git a/bitlbee.h b/bitlbee.h index 41247270..be58ad07 100644 --- a/bitlbee.h +++ b/bitlbee.h @@ -113,6 +113,7 @@ extern char *CONF_FILE; typedef struct global_t { int listen_socket; + gint listen_watch_source_id; help_t *help; conf_t *conf; GList *storage; /* The first backend in the list will be used for saving */ -- cgit v1.2.3