mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-26 11:12:19 -05:00
Use more useful example for url handler
This commit is contained in:
parent
450b92f6c0
commit
f9cf25f797
@ -718,7 +718,7 @@ static char defaultconf_commands[] =
|
|||||||
"NAME WII\n" "CMD quote WHOIS %2 %2\n\n";
|
"NAME WII\n" "CMD quote WHOIS %2 %2\n\n";
|
||||||
|
|
||||||
static char defaultconf_urlhandlers[] =
|
static char defaultconf_urlhandlers[] =
|
||||||
"NAME Open Link in Opera\n" "CMD !opera -remote 'openURL(%s)'\n\n";
|
"NAME Open Link in Private Firefox Window\n" "CMD !firefox -private %s'\n\n";
|
||||||
|
|
||||||
#ifdef USE_SIGACTION
|
#ifdef USE_SIGACTION
|
||||||
/* Close and open log files on SIGUSR1. Usefull for log rotating */
|
/* Close and open log files on SIGUSR1. Usefull for log rotating */
|
||||||
|
Loading…
Reference in New Issue
Block a user