mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-17 03:00:19 +00:00
Nah, even more rebranding
This commit is contained in:
@@ -137,7 +137,7 @@ static const GOptionEntry gopt_entries[] =
|
||||
{"url", 0, 0, G_OPTION_ARG_STRING, &arg_url, N_("Open an irc://server:port/channel URL"), "URL"},
|
||||
#ifndef WIN32 /* uses DBUS */
|
||||
{"command", 'c', 0, G_OPTION_ARG_STRING, &arg_command, N_("Execute command:"), "COMMAND"},
|
||||
{"existing", 'e', 0, G_OPTION_ARG_NONE, &arg_existing, N_("Open URL or execute command in an existing XChat"), NULL},
|
||||
{"existing", 'e', 0, G_OPTION_ARG_NONE, &arg_existing, N_("Open URL or execute command in an existing HexChat"), NULL},
|
||||
#endif
|
||||
{"minimize", 0, 0, G_OPTION_ARG_INT, &arg_minimize, N_("Begin minimized. Level 0=Normal 1=Iconified 2=Tray"), N_("level")},
|
||||
{"version", 'v', 0, G_OPTION_ARG_NONE, &arg_show_version, N_("Show version information"), NULL},
|
||||
@@ -434,7 +434,7 @@ log_handler (const gchar *log_domain,
|
||||
{
|
||||
session *sess;
|
||||
|
||||
/* if (getenv ("XCHAT_WARNING_IGNORE")) this gets ignored sometimes, so simply just disable all warnings */
|
||||
/* if (getenv ("HEXCHAT_WARNING_IGNORE")) this gets ignored sometimes, so simply just disable all warnings */
|
||||
return;
|
||||
|
||||
sess = find_dialog (serv_list->data, "(warnings)");
|
||||
@@ -442,7 +442,7 @@ log_handler (const gchar *log_domain,
|
||||
sess = new_ircwindow (serv_list->data, "(warnings)", SESS_DIALOG, 0);
|
||||
|
||||
PrintTextf (sess, "%s\t%s\n", log_domain, message);
|
||||
if (getenv ("XCHAT_WARNING_ABORT"))
|
||||
if (getenv ("HEXCHAT_WARNING_ABORT"))
|
||||
abort ();
|
||||
}
|
||||
|
||||
@@ -1055,7 +1055,7 @@ try_browser (const char *browser, const char *arg, const char *url)
|
||||
argv[2] = url;
|
||||
argv[3] = NULL;
|
||||
}
|
||||
xchat_execv (argv);
|
||||
hexchat_execv (argv);
|
||||
g_free (path);
|
||||
return 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user