By default, open dialog window for doubleclick on a nick in the user list

This commit is contained in:
Berke Viktor 2012-11-04 00:41:25 +01:00
parent a0e14dfc5f
commit cef390e47d
1 changed files with 1 additions and 1 deletions

View File

@ -772,7 +772,7 @@ load_config (void)
snprintf (prefs.hex_dcc_dir, sizeof (prefs.hex_dcc_dir), "%s/downloads", get_xdir_utf8 ());
#endif
strcpy (prefs.hex_dnsprogram, "host");
strcpy (prefs.hex_gui_ulist_doubleclick, "QUOTE WHOIS %s %s");
strcpy (prefs.hex_gui_ulist_doubleclick, "QUERY %s");
strcpy (prefs.hex_input_command_char, "/");
strcpy (prefs.hex_irc_logmask, "%n-%c.log");
strcpy (prefs.hex_irc_nick1, username);