diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-07-10 00:39:25 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-07-10 00:39:25 +0100 |
commit | f3b6764f269490f11a8adbddeeb06964331917d0 (patch) | |
tree | 503b810a5e9322b444dc7e84e4d8535dc0f4807e /irc.h | |
parent | 9a9b520df6044cfc034f9736fb97660a46e879b9 (diff) | |
parent | b556e46f9bfeeb630b45a3c0f0951110ac3de0f2 (diff) |
Only available in ForkDaemon mode for now: If a user connects (and
identifies) while he's already logged in, offer to take over the old
connection.
Diffstat (limited to 'irc.h')
-rw-r--r-- | irc.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -86,6 +86,7 @@ typedef struct irc gint r_watch_source_id; gint w_watch_source_id; gint ping_source_id; + gint login_source_id; /* To slightly delay some events at login time. */ struct bee *b; } irc_t; |