diff options
author | TingPing <tngpng@gmail.com> | 2013-06-07 09:55:56 -0300 |
---|---|---|
committer | TingPing <tngpng@gmail.com> | 2013-06-07 09:55:56 -0300 |
commit | 951292abe1ce97751b80e62b69623d9f712a0914 (patch) | |
tree | e32e58beda6ac8073065443582bd78312477af25 /src/common | |
parent | 612032c9f8f27ba60a758d744c44aaf5368d7170 (diff) |
Change default irc_ban_type to 1
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/cfgfiles.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/cfgfiles.c b/src/common/cfgfiles.c index 20e48ffd..219edc85 100644 --- a/src/common/cfgfiles.c +++ b/src/common/cfgfiles.c @@ -717,7 +717,7 @@ load_default_config(void) prefs.hex_gui_win_height = 400; prefs.hex_gui_win_width = 640; prefs.hex_input_balloon_time = 20; - prefs.hex_irc_ban_type = 2; + prefs.hex_irc_ban_type = 1; prefs.hex_irc_join_delay = 5; prefs.hex_net_reconnect_delay = 10; prefs.hex_notify_timeout = 15; |