diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2005-01-03 23:40:22 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2005-01-03 23:40:22 +0000 |
commit | 96fc2c9aec8f290110f17069e37e773fcb679629 (patch) | |
tree | 2c82e47b1d263588416bf0200691eabc059f1d4f /src/common/weeconfig.c | |
parent | aca19813ad750b59249e6682809b39eb3431838f (diff) | |
download | weechat-96fc2c9aec8f290110f17069e37e773fcb679629.zip |
Server & error messages now prefixed, /server command modified, ~/.weechat/logs dir can be read/write by user only
Diffstat (limited to 'src/common/weeconfig.c')
-rw-r--r-- | src/common/weeconfig.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/weeconfig.c b/src/common/weeconfig.c index 0d156d1d5..233c22906 100644 --- a/src/common/weeconfig.c +++ b/src/common/weeconfig.c @@ -591,7 +591,7 @@ t_config_option weechat_options_server[] = "", NULL, NULL, &(cfg_server.command), NULL }, { "server_command_delay", N_("delay (in seconds) after command was executed"), N_("delay (in seconds) after command was executed (example: give some time for authentication)"), - OPTION_TYPE_INT, 0, 3600, 1, + OPTION_TYPE_INT, 0, 5, 0, NULL, NULL, &(cfg_server.command_delay), NULL, NULL }, { "server_autojoin", N_("list of channels to join when connected to server"), N_("comma separated list of channels to join when connected to server"), |