aboutsummaryrefslogtreecommitdiffstats
path: root/bitlbee.h
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2005-12-26 15:02:47 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2005-12-26 15:02:47 +0100
commitd25f6fcbe8e291dd858bf734fa85cde176dc8415 (patch)
tree58fffb8b1dd8cc0a3cf3583c0daf7c10271af871 /bitlbee.h
parentffea9b950b183dd54952b56703506508b0984d4b (diff)
Added OperPassword and RunMode = ForkDaemon settings. Oper stuff is
*INSECURE* because users can just do /mode +o to become operator.
Diffstat (limited to 'bitlbee.h')
-rw-r--r--bitlbee.h1
1 files changed, 1 insertions, 0 deletions
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 */