diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2008-05-24 12:57:47 -0700 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2008-05-24 12:57:47 -0700 |
commit | de8e584d7f4fea214934af094a4df2672d7e0be8 (patch) | |
tree | cbe36460efe2f23edc20501a00e94c97448d0b3d /conf.c | |
parent | 92998915be47eab17e548af5c3dd43fa4eab9683 (diff) |
Daemon mode is not an experiment anymore, it's running on testing.bitlbee.org
for two weeks already with >30 active connections and not a single crash.
Diffstat (limited to 'conf.c')
-rw-r--r-- | conf.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -131,7 +131,7 @@ conf_t *conf_load( int argc, char *argv[] ) "An IRC-to-other-chat-networks gateway\n" "\n" " -I Classic/InetD mode. (Default)\n" - " -D Daemon mode. (Still EXPERIMENTAL!)\n" + " -D Daemon mode. (one process serves all)\n" " -F Forking daemon. (one process per client)\n" " -u Run daemon as specified user.\n" " -P Specify PID-file (not for inetd mode)\n" |