diff options
author | TingPing <tngpng@gmail.com> | 2013-04-17 22:39:50 -0300 |
---|---|---|
committer | TingPing <tngpng@gmail.com> | 2013-04-17 22:39:50 -0300 |
commit | f9cf25f797c0efaa0b8ca1fa2da585e452d2e420 (patch) | |
tree | ca4c7c0c87f3d89c6fbd81469bebe8104e43dc79 /src/common/hexchat.c | |
parent | 450b92f6c030017334385d6594024b6576a785b3 (diff) |
Use more useful example for url handler
Diffstat (limited to 'src/common/hexchat.c')
-rw-r--r-- | src/common/hexchat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/hexchat.c b/src/common/hexchat.c index 4bea0742..5848817c 100644 --- a/src/common/hexchat.c +++ b/src/common/hexchat.c @@ -718,7 +718,7 @@ static char defaultconf_commands[] = "NAME WII\n" "CMD quote WHOIS %2 %2\n\n"; 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 /* Close and open log files on SIGUSR1. Usefull for log rotating */ |