This commit is contained in:
TingPing 2013-04-17 22:45:08 -03:00
parent f9cf25f797
commit a14bd119b7
1 changed files with 1 additions and 1 deletions

View File

@ -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 Private Firefox Window\n" "CMD !firefox -private %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 */